You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by "Nathan Bubna (JIRA)" <ji...@apache.org> on 2005/10/20 20:29:44 UTC

[jira] Created: (VELOCITY-413) DVSL doesn't appear to work with Velocity 1.5

DVSL doesn't appear to work with Velocity 1.5
---------------------------------------------

         Key: VELOCITY-413
         URL: http://issues.apache.org/jira/browse/VELOCITY-413
     Project: Velocity
        Type: Bug
  Components: DVSL, Source  
    Versions: 1.5    
 Environment: WinXP Pro
    Reporter: Nathan Bubna
     Fix For: 1.5


I tried to generate the docs for VelocityTools (which are generated via DVSL) using a recent build of Velocity-1.5-dev, and the files DVSL generated were empty.  No error messages were sent to std out and Ant considered the build successful.

Also, DVSL only appears to work with older versions of Dom4j (such as 1.1).  If used with Dom4j 1.6.1, then NoClassDefFoundErrors pop up.  It might be good to upgrade DVSL, if possible.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Updated: (VELOCITY-413) Add Velocity 1.5 jar to DVSL

Posted by "Will Glass-Husain (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/VELOCITY-413?page=all ]

Will Glass-Husain updated VELOCITY-413:
---------------------------------------

          Summary: Add Velocity 1.5 jar to DVSL  (was: DVSL doesn't appear to work with Velocity 1.5)
    Fix Version/s:     (was: 1.5)

> Add Velocity 1.5 jar to DVSL
> ----------------------------
>
>                 Key: VELOCITY-413
>                 URL: http://issues.apache.org/jira/browse/VELOCITY-413
>             Project: Velocity
>          Issue Type: Bug
>          Components: DVSL, Source
>    Affects Versions: 1.5
>         Environment: WinXP Pro
>            Reporter: Nathan Bubna
>
> I tried to generate the docs for VelocityTools (which are generated via DVSL) using a recent build of Velocity-1.5-dev, and the files DVSL generated were empty.  No error messages were sent to std out and Ant considered the build successful.
> Also, DVSL only appears to work with older versions of Dom4j (such as 1.1).  If used with Dom4j 1.6.1, then NoClassDefFoundErrors pop up.  It might be good to upgrade DVSL, if possible.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] Updated: (VELOCITY-413) Add Velocity 1.5 jar to DVSL

Posted by "Henning Schmiedehausen (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/VELOCITY-413?page=all ]

Henning Schmiedehausen updated VELOCITY-413:
--------------------------------------------

    Component/s:     (was: Source)

> Add Velocity 1.5 jar to DVSL
> ----------------------------
>
>                 Key: VELOCITY-413
>                 URL: http://issues.apache.org/jira/browse/VELOCITY-413
>             Project: Velocity
>          Issue Type: Bug
>          Components: DVSL
>    Affects Versions: 1.5
>         Environment: WinXP Pro
>            Reporter: Nathan Bubna
>
> I tried to generate the docs for VelocityTools (which are generated via DVSL) using a recent build of Velocity-1.5-dev, and the files DVSL generated were empty.  No error messages were sent to std out and Ant considered the build successful.
> Also, DVSL only appears to work with older versions of Dom4j (such as 1.1).  If used with Dom4j 1.6.1, then NoClassDefFoundErrors pop up.  It might be good to upgrade DVSL, if possible.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] Commented: (VELOCITY-413) DVSL doesn't appear to work with Velocity 1.5

Posted by "Claude Brisson (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/VELOCITY-413?page=comments#action_12446871 ] 
            
Claude Brisson commented on VELOCITY-413:
-----------------------------------------

Right. And to be more rigorous, we should open another DVSL issue for the dom4j version problem.

That's what I'm gonna do right now.

We should leave this one open until a commiter put in a velocity-1.5-dev.jar in the /dvsl/lib instead of the previous /lib/velocity-1.3-dev.jar and a new velocity-dvsl jar (it may be quite pertinent to also upgrade the DVSL subversion number).


> DVSL doesn't appear to work with Velocity 1.5
> ---------------------------------------------
>
>                 Key: VELOCITY-413
>                 URL: http://issues.apache.org/jira/browse/VELOCITY-413
>             Project: Velocity
>          Issue Type: Bug
>          Components: DVSL, Source
>    Affects Versions: 1.5
>         Environment: WinXP Pro
>            Reporter: Nathan Bubna
>             Fix For: 1.5
>
>
> I tried to generate the docs for VelocityTools (which are generated via DVSL) using a recent build of Velocity-1.5-dev, and the files DVSL generated were empty.  No error messages were sent to std out and Ant considered the build successful.
> Also, DVSL only appears to work with older versions of Dom4j (such as 1.1).  If used with Dom4j 1.6.1, then NoClassDefFoundErrors pop up.  It might be good to upgrade DVSL, if possible.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] Resolved: (VELOCITY-413) Add Velocity 1.5 jar to DVSL

Posted by "Claude Brisson (JIRA)" <de...@velocity.apache.org>.
     [ https://issues.apache.org/jira/browse/VELOCITY-413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claude Brisson resolved VELOCITY-413.
-------------------------------------

    Resolution: Fixed
      Assignee: Claude Brisson

Jars are now downloaded by ant.


> Add Velocity 1.5 jar to DVSL
> ----------------------------
>
>                 Key: VELOCITY-413
>                 URL: https://issues.apache.org/jira/browse/VELOCITY-413
>             Project: Velocity
>          Issue Type: Bug
>          Components: DVSL
>    Affects Versions: 1.5
>         Environment: WinXP Pro
>            Reporter: Nathan Bubna
>         Assigned To: Claude Brisson
>
> I tried to generate the docs for VelocityTools (which are generated via DVSL) using a recent build of Velocity-1.5-dev, and the files DVSL generated were empty.  No error messages were sent to std out and Ant considered the build successful.
> Also, DVSL only appears to work with older versions of Dom4j (such as 1.1).  If used with Dom4j 1.6.1, then NoClassDefFoundErrors pop up.  It might be good to upgrade DVSL, if possible.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (VELOCITY-413) DVSL doesn't appear to work with Velocity 1.5

Posted by "Will Glass-Husain (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/VELOCITY-413?page=comments#action_12446747 ] 
            
Will Glass-Husain commented on VELOCITY-413:
--------------------------------------------

Well that's good to know.  Bug mysteriously appears, bug goes away.

Does this mean this issue is no longer required to be resolved for Velocity 1.5?  (e.g. it becomes a separate DVSL related issue)?

> DVSL doesn't appear to work with Velocity 1.5
> ---------------------------------------------
>
>                 Key: VELOCITY-413
>                 URL: http://issues.apache.org/jira/browse/VELOCITY-413
>             Project: Velocity
>          Issue Type: Bug
>          Components: DVSL, Source
>    Affects Versions: 1.5
>         Environment: WinXP Pro
>            Reporter: Nathan Bubna
>             Fix For: 1.5
>
>
> I tried to generate the docs for VelocityTools (which are generated via DVSL) using a recent build of Velocity-1.5-dev, and the files DVSL generated were empty.  No error messages were sent to std out and Ant considered the build successful.
> Also, DVSL only appears to work with older versions of Dom4j (such as 1.1).  If used with Dom4j 1.6.1, then NoClassDefFoundErrors pop up.  It might be good to upgrade DVSL, if possible.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] Commented: (VELOCITY-413) DVSL doesn't appear to work with Velocity 1.5

Posted by "Will Glass-Husain (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/VELOCITY-413?page=comments#action_12447185 ] 
            
Will Glass-Husain commented on VELOCITY-413:
--------------------------------------------

I think I'd rather wait and put Velocity 1.5 jar in the dist.

> DVSL doesn't appear to work with Velocity 1.5
> ---------------------------------------------
>
>                 Key: VELOCITY-413
>                 URL: http://issues.apache.org/jira/browse/VELOCITY-413
>             Project: Velocity
>          Issue Type: Bug
>          Components: DVSL, Source
>    Affects Versions: 1.5
>         Environment: WinXP Pro
>            Reporter: Nathan Bubna
>             Fix For: 1.5
>
>
> I tried to generate the docs for VelocityTools (which are generated via DVSL) using a recent build of Velocity-1.5-dev, and the files DVSL generated were empty.  No error messages were sent to std out and Ant considered the build successful.
> Also, DVSL only appears to work with older versions of Dom4j (such as 1.1).  If used with Dom4j 1.6.1, then NoClassDefFoundErrors pop up.  It might be good to upgrade DVSL, if possible.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] Commented: (VELOCITY-413) DVSL doesn't appear to work with Velocity 1.5

Posted by "Claude Brisson (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/VELOCITY-413?page=comments#action_12446646 ] 
            
Claude Brisson commented on VELOCITY-413:
-----------------------------------------

Recompiling DVSL with velocity-1.5-dev.jar in the classpath solves the problem of the empty output.

I dod not yet manage to have it working with Dom4j 1.6.1, but at least velocity 1.5 is not any more concerned.


> DVSL doesn't appear to work with Velocity 1.5
> ---------------------------------------------
>
>                 Key: VELOCITY-413
>                 URL: http://issues.apache.org/jira/browse/VELOCITY-413
>             Project: Velocity
>          Issue Type: Bug
>          Components: DVSL, Source
>    Affects Versions: 1.5
>         Environment: WinXP Pro
>            Reporter: Nathan Bubna
>             Fix For: 1.5
>
>
> I tried to generate the docs for VelocityTools (which are generated via DVSL) using a recent build of Velocity-1.5-dev, and the files DVSL generated were empty.  No error messages were sent to std out and Ant considered the build successful.
> Also, DVSL only appears to work with older versions of Dom4j (such as 1.1).  If used with Dom4j 1.6.1, then NoClassDefFoundErrors pop up.  It might be good to upgrade DVSL, if possible.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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