Calling ant tasks from maven pom

2008-06-05 Thread Niranjan Deshpande
st to find whether the .sh file is called or not. But i am geting this: [INFO] [antrun:run] [INFO] Executing tasks [INFO] Executed tasks I have added a ECHO in the .sh file, but i see none at the output -- Regards, Niranjan Deshpande "Shut yourself from the world and create the reality you want"

Re: Conficuring dependency for com.sun.javadoc and com.sun.tools.doclet

2008-06-04 Thread Niranjan Deshpande
Specifically, read the references > > Cheers, > > Vincent > > 2008/6/4, Niranjan Deshpande <[EMAIL PROTECTED]>: > > My application needs the Tag and Taglets class when it is compiled. > > These classes are provided in JDKs tools.jar file. > > > >

Conficuring dependency for com.sun.javadoc and com.sun.tools.doclet

2008-06-04 Thread Niranjan Deshpande
understanding this is a provided dependency (a dependency that is used to compile the application but will not be deployed. This scope provided is used for a dependency when we expect the JDK or the application server to provide the JAR) Please help. -- Regards, Niranjan Deshpande "Shut yourself

Conficuring com.sun.javadoc and com.sun.tools.doclets

2008-06-04 Thread Niranjan Deshpande
understanding this is a provided dependency (a dependency that is used to compile the application but will not be deployed. This scope provided is used for a dependency when we expect the JDK or the application server to provide the JAR) Please help. -- Regards, Niranjan Deshpande "Shut yourself

Modifying Version Number in POM

2008-06-04 Thread Niranjan Deshpande
roach above? How do I call a ant task that runs BEFORE maven proceeds for all other stuff. Similar to a constructor that is executed when you create a java object, i want this task to be run. Please help. -- Regards, Niranjan Deshpande "Shut yourself from the world and create the reality you want"

Versioning Build

2008-04-28 Thread Niranjan Deshpande
I am using Maven and Cruise Control for build activities. I am using SVN Every time I force a build, I give the version number of the build in the pom.xml file. and take the build in cruise control. But this seems weird now, every time. I want to avoid manual entry into the pom.xml, every time a b