You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by br...@apache.org on 2005/02/01 10:56:14 UTC

svn commit: r149381 - in jakarta/commons/proper/jelly/trunk/jelly-tags/interaction: maven.xml project.xml xdocs/changes.xml

Author: brett
Date: Tue Feb  1 01:56:13 2005
New Revision: 149381

URL: http://svn.apache.org/viewcvs?view=rev&rev=149381
Log:
correct formatting, demo execution

Modified:
    jakarta/commons/proper/jelly/trunk/jelly-tags/interaction/maven.xml
    jakarta/commons/proper/jelly/trunk/jelly-tags/interaction/project.xml
    jakarta/commons/proper/jelly/trunk/jelly-tags/interaction/xdocs/changes.xml

Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/interaction/maven.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/interaction/maven.xml?view=diff&r1=149380&r2=149381
==============================================================================
--- jakarta/commons/proper/jelly/trunk/jelly-tags/interaction/maven.xml (original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/interaction/maven.xml Tue Feb  1 01:56:13 2005
@@ -14,16 +14,18 @@
   limitations under the License.
 -->
 <project default="jar:jar">
-
   
-  <goal name="demo" prereqs=""
-			description="Non-functioning demo yet.">
-		<echo>Using classpath:</echo>
-    <echo>${pom.getDependencyClasspath()}:target/${pom.name}-${pom.currentVersion}.jar</echo>
-    <java classpath="${pom.getDependencyClasspath()}:target/${pom.name}-${pom.currentVersion}.jar"
-      classname="org.apache.commons.jelly.Jelly" fork="true">
-      <arg file="src/test/org/apache/commons/jelly/tags/interaction/sample.jelly"/>
-      </java>
-    </goal>
-
+  <goal name="demo" prereqs="jar:jar"
+      description="Non-functioning demo yet.">
+    <java classname="org.apache.commons.jelly.Jelly" fork="yes">
+      <!-- This does not currently work due to a bug in jline - it extracts
+           a DLL into %TEMP% on Windows, but both the parent and forked process
+           use it -->
+      <classpath>
+        <path refid="maven.dependency.classpath"/>
+        <pathelement location="${maven.build.dest}" />
+      </classpath>
+      <arg value="src/test/org/apache/commons/jelly/tags/interaction/sample.jelly"/>
+    </java>
+  </goal>
 </project>

Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/interaction/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/interaction/project.xml?view=diff&r1=149380&r2=149381
==============================================================================
--- jakarta/commons/proper/jelly/trunk/jelly-tags/interaction/project.xml (original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/interaction/project.xml Tue Feb  1 01:56:13 2005
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <!--
-  Copyright 2002,2004 The Apache Software Foundation.
+  Copyright 2002-2005 The Apache Software Foundation.
   
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
@@ -20,7 +20,7 @@
   <extend>${basedir}/../tag-project.xml</extend>
   <id>commons-jelly-tags-interaction</id>
   <name>commons-jelly-tags-interaction</name>
-  <currentVersion>1.1</currentVersion>
+  <currentVersion>1.1-SNAPSHOT</currentVersion>
   <package>org.apache.commons.jelly.tags.interaction</package>
   <description>This is a Jelly interface to the user.</description>
   <shortDescription>Commons Jelly Interaction Tag Library</shortDescription>
@@ -33,12 +33,11 @@
   </versions>
 
   <dependencies>
-		<dependency>
-		 <groupId>jline</groupId>
-		 <artifactId>jline</artifactId>
-		 <version>0.9.0</version>
-		 <type>jar</type>
-		</dependency> 
+    <dependency>
+      <groupId>jline</groupId>
+      <artifactId>jline</artifactId>
+      <version>0.9.0</version>
+    </dependency> 
     <dependency>
       <id>commons-cli</id>
       <version>1.0</version>
@@ -57,6 +56,6 @@
       <version>20030211.213356</version>
     </dependency>
 		
-	</dependencies>
+  </dependencies>
 
 </project>

Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/interaction/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/interaction/xdocs/changes.xml?view=diff&r1=149380&r2=149381
==============================================================================
--- jakarta/commons/proper/jelly/trunk/jelly-tags/interaction/xdocs/changes.xml (original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/interaction/xdocs/changes.xml Tue Feb  1 01:56:13 2005
@@ -24,9 +24,9 @@
     <author email="dion@apache.org">dIon Gillard</author>
   </properties>
   <body>
-		<action dev="polx" type="add" issue="JELLY-175" due-to="Ryan Christianson"
-			>AskTag now uses JLine which allows history, auto-completion,
-			and edition of answers.</action>
+    <release version="1.1-SNAPSHOT" date="in SVN">
+      <action dev="polx" type="add" issue="JELLY-175" due-to="Ryan Christianson">AskTag now uses JLine which allows history, auto-completion, and edition of answers.</action>
+    </release>
     <release version="1.0" date="2004-09-12"></release>
   </body>
 </document>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org