[x-posted on Slack]

What is the easiest way to build a project (app and / or framework) from the 
command line (ant, no maven)?

I have a couple WonderApps and some WonderFrameworks in my Eclipse workspace. 
Many of the apps share the same frameworks and some of the frameworks use 
others. Thus a rather strict order of building the frameworks is required. I 
looked into how the Wonder Sources use ant and build.xml but I must admit I am 
quite overwhelmed and cannot figure how to adapt this to my projects.

Anyone can help? I don’t care about performance, I don’t mind writing a bash 
script with xxx lines of identical commands. I control the order for building, 
I know the dependencies. And everything is ant, no maven!

What I see as a result is a script along the following:

cd ./Framework_A
ant  build
ant install
cd ..

cd ./Framework_B
ant  build
ant install
cd ..

cd ./Framework_C
ant  build
ant install
cd ..

cd ./App_X
ant  build
ant install
cd ..

cd ./Framework D
ant  build
ant install
cd ..

cd ./Framework E
ant  build
ant install
cd ..

cd ./App_Y
ant  build
ant install
cd ..

Thanks a lot
---markus---




 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to