+1 I don't do a lot of C developement, but being a Linux user have to compile C things from time to time, and I find make "a bit outdated" :) Are you planning to "port ant" or start from scratch with an ant like syntax?
Simone 2010/4/15 Mladen Turk <[email protected]> > On 04/15/2010 12:48 PM, Tim Williams wrote: > >> On Thu, Apr 15, 2010 at 6:43 AM, Mladen Turk<[email protected]> wrote: >> >>> Hi, >>> >>> >>> I'd like to ask for a lab project for a thing currently called axmake. >>> Dunno if description is needed at this stage, but it's my attempt >>> to create a lightweight ant-like replacement written in C for >>> using instead standard GNU autotools/make toolchain. >>> There were many attempts to create a working solution that would >>> allow compiling C/C++ code using ant, but requirement to have Java >>> installed, bad OS integration offered by JVM made those projects >>> not very successful and usable. This is my attempt to go other way >>> around. >>> >> >> Hi Mladen, the lab request typically includes a DOAP file too... >> >> > Sorry, wasn't clear at first, thought this needs to be done > after accepted. > > Here it is: > > <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns=" > http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" > xmlns:labs="http://labs.apache.org/doap-ext/1.0#" xmlns:projects=" > http://projects.apache.org/ns/asfext#"> <Project rdf:about=" > http://labs.apache.org/labs#axmake"> <name>AXMake</name> > <shortname>axmake</shortname> <shortdesc xml:lang="en">Advanced XML based > native make system</shortdesc> <description xml:lang="en">AXMake is > platform native XML based make file system using Apache Ant like syntax and > is meant to used for building native application and > libraries.</description> <homepage rdf:resource=" > http://labs.apache.org/axmake/"/> <license rdf:resource=" > http://usefulinc.com/doap/licenses/asl20"/> <created>2010-4-15</created> > <labs:status>active</labs:status> <maintainer> <foaf:Person rdf:about=" > http://people.apache.org/~mturk/#me<http://people.apache.org/%7Emturk/#me>"> > <foaf:name>Mladen Turk</foaf:name> <foaf:homepage rdf:resource=" > http://people.apache.org/~mturk/ <http://people.apache.org/%7Emturk/>"/> > <foaf:mbox_sha1sum>77c11f51ed19edf8fa6d2bb69aea6db7c03bd5d1</foaf:mbox_sha1sum> > </foaf:Person> </maintainer> <repository> <SVNRepository> <location > rdf:resource="http://svn.apache.org/repos/asf/labs/axmake/"/> <browse > rdf:resource="http://svn.apache.org/viewvc/labs/axmake/"/> > </SVNRepository> </repository> > <programming-language>C</programming-language> > <programming-language>C++</programming-language> <os>posix</os> > <os>windows</os> </Project> </rdf:RDF> > > > Regards > -- > ^TM > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
