Letractively / jcatapult

Automatically exported from code.google.com/p/jcatapult
0 stars 0 forks source link

Error in make project: "Class missing from ant: jline/ConsoleReader" #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Check everything out fresh
2.
3.

What is the expected output? What do you see instead?

Please use labels and text to provide additional information.

Original issue reported on code.google.com by jonathan...@gmail.com on 7 Feb 2008 at 11:26

GoogleCodeExporter commented 8 years ago
Clicked the button too quickly, here's the rest of the issue:
1.  Check out jcatapult ant.  Download and expand a clean Ant 1.7 
2.  Link jcatapult-ant/tools to ANT_HOME/tools-jcatapult
3.  Link jcatapult-ant/plugins to ANT_HOME/jcatapult-plugins
4.  Run the command to make a fresh webapp: 
ant -f /usr/share/ant/tools-jcatapult/makeproject/build.xml create-webapp

Step through all of the steps till it starts to create a project.  Soon it will 
fail
with the following error:
__ant output begin__
ide:

BUILD FAILED
/usr/share/ant/tools-jcatapult/makeproject/build.xml:70: The following error 
occurred
while executing this line:
/usr/share/ant/tools-jcatapult/makeproject/build.xml:151: The following error
occurred while executing this line:
/usr/share/ant/plugins-jcatapult/ide/1.0/ide.xml:30: 
java.lang.NoClassDefFoundError:
jline/ConsoleReader

__ant output end__

There's probably a jar file missing from the plugins-jcatapult.

Original comment by jonathan...@gmail.com on 7 Feb 2008 at 11:30

GoogleCodeExporter commented 8 years ago

Original comment by jonathan...@gmail.com on 7 Feb 2008 at 11:31

GoogleCodeExporter commented 8 years ago
Thanks for updating this. It's all working now.

Original comment by jonathan...@gmail.com on 11 Feb 2008 at 7:24