On Sep 10, 2007, at 9:24 AM, Paolo Sommaruga wrote:
Hi,
I'm trying the hard way of migrating some of our applications from
Xcode to eclipse/wolips. I need to build with ssd, war target
because I need a tomcat deploy. I have trying with Eclipse3.3/
wolips nightly and Eclipse3.2.2/wolips stable but I have always the
same problem. I'm new to wolips and ant, I read a lot of tutorial
and following the
http://wiki.objectstyle.org/confluence/display/WOL/Servlet+Builds
I have enable the ssd,war target in build.xml and I have follow the
other instructions
build.xml:192: Could not create task or type of type: replaceregexp.
the rows in questions are
<replaceregexp file="${dest.dir}/${project.name}/WEB-INF/$
{project.name}.woa/Contents/MacOS/MacOSClassPath.txt"
match="APPROOT/Resources/Java/${project.name.lowercase}.jar"
replace="APPROOT/${project.name}.woa/Contents/Resources/Java/$
{project.name.lowercase}.jar" byline="true" />
Ant could not find the task or a class this task relies upon.
If I do externally to eclipse, from the command line, the command
ant -diagnostics | grep replaceregexp
I have
replaceregexp : Not Available
Do I need some extra jar ?
Can someone give me some suggest ?
Which version of Ant do you have?
ant -version
--
Practical WebObjects - for developers who want to increase their
overall knowledge of WebObjects or who are trying to solve specific
problems.
http://www.global-village.net/products/practical_webobjects
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-deploy mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-deploy/archive%40mail-archive.com
This email sent to [EMAIL PROTECTED]