[jira] Commented: (IVY-652) Ivy constructs incorrect URL if artifact path contains spaces

2008-07-30 Thread Pavel Sher (JIRA)

[ 
https://issues.apache.org/jira/browse/IVY-652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12618252#action_12618252
 ] 

Pavel Sher commented on IVY-652:


I've built ivy from sources in SVN and the problem still exists. Take a look at 
the log produced by Ivy:

:: loading settings :: file = 
C:\Perforce\BuildServer\tools\tomcat\temp\ivysettings67395.xml
:: resolving dependencies :: org#bt378;[EMAIL PROTECTED]
confs: [default]
found org#bt377;4 in teamcity-rep
[4] org#bt377;latest.lastFinished
:: resolution report :: resolve 15522ms :: artifacts dl 15ms
-
|  |modules||   artifacts   |
|   conf   | number| search|dwnlded|evicted|| number|dwnlded|
-
|  default |   1   |   1   |   1   |   0   ||   1   |   0   |
-

:: problems summary ::
 WARNINGS
[NOT FOUND  ] org#bt377;4!agent openapi.jar (0ms)

 teamcity-rep: tried

  http://localhost:8111/bs/httpAuth/repository/download/bt377/4/agent 
openapi.jar

::

::  FAILED DOWNLOADS::

:: ^ see resolution messages for details  ^ ::

::

:: org#bt377;4!agent openapi.jar

::



:: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS
:: retrieving :: org#bt378
confs: [default]
0 artifacts copied, 0 already retrieved (0kB/0ms)


My ivy.xml has the following content:

?xml version=1.0 encoding=UTF-8?
ivy-module version=1.4
  info organisation=org module=bt377 revision=4 status=lastFinished 
publication=20080729162455/
  publications
artifact name=agent openapi type=jar ext=jar/
  /publications
/ivy-module

On the server I did not see request to download agent openapi.jar, so I do 
not know why Ivy decided that file was not found, probably it failed to create 
HTTP request.

 Ivy constructs incorrect URL if artifact path contains spaces
 -

 Key: IVY-652
 URL: https://issues.apache.org/jira/browse/IVY-652
 Project: Ivy
  Issue Type: Bug
  Components: Core
Affects Versions: 1.4.1
Reporter: Pavel Sher
 Fix For: 2.0-RC1


 I have the following publication in my ivy.xml file:
   publications
 artifact name=artifacts/sub folder/file type=txt ext=txt /
   /publications
 When Ivy tries to download this artifact it constructs wrong URL with non 
 escaped spaces.
 I can provide escaped path in ivy.xml (however I do not think it is correct 
 to do so), but in this case Ivy do not unescape path and stores files on disk 
 with %20 in their names.

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



DO NOT REPLY [Bug 43114] package-info.java repeatedly compiled

2008-07-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43114





--- Comment #8 from normann [EMAIL PROTECTED]  2008-07-30 04:07:55 PST ---
Our build scenario is as follows:

1. Copy the complete source tree to a temporary location.
2. Compile everything in the temporary location.

After upgrading from 1.7.0 to 1.7.1, our package-info.java files don't get
compiled any more, and this breaks our JAXB code. The reason for this may be
because the copy preserves the file timestamps but not the folder timestamps,
the latter are therefore more recent. Due to this change in behavior, we cannot
use 1.7.1 at this point.

With all this said, I personally don't understand how this change went into
1.7.1. Peter Reilly stated on April 18 that the change committed introduced
serious regression and that this had to be resolved before releasing 1.7.1. I
suspect this has not been done because the bug is still open.

I strongly urge you to reconsider the changes for 1.7.2.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


[jira] Assigned: (IVY-652) Ivy constructs incorrect URL if artifact path contains spaces

2008-07-30 Thread Maarten Coene (JIRA)

 [ 
https://issues.apache.org/jira/browse/IVY-652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Maarten Coene reassigned IVY-652:
-

Assignee: Maarten Coene

 Ivy constructs incorrect URL if artifact path contains spaces
 -

 Key: IVY-652
 URL: https://issues.apache.org/jira/browse/IVY-652
 Project: Ivy
  Issue Type: Bug
  Components: Core
Affects Versions: 1.4.1
Reporter: Pavel Sher
Assignee: Maarten Coene
 Fix For: 2.0-RC1


 I have the following publication in my ivy.xml file:
   publications
 artifact name=artifacts/sub folder/file type=txt ext=txt /
   /publications
 When Ivy tries to download this artifact it constructs wrong URL with non 
 escaped spaces.
 I can provide escaped path in ivy.xml (however I do not think it is correct 
 to do so), but in this case Ivy do not unescape path and stores files on disk 
 with %20 in their names.

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



[jira] Commented: (IVY-652) Ivy constructs incorrect URL if artifact path contains spaces

2008-07-30 Thread Maarten Coene (JIRA)

[ 
https://issues.apache.org/jira/browse/IVY-652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12618291#action_12618291
 ] 

Maarten Coene commented on IVY-652:
---

Hi Pavel,

thank you for the update.  Could you also post your ivysettings.xml, or at 
least the section where you define the resolvers.

Maarten

 Ivy constructs incorrect URL if artifact path contains spaces
 -

 Key: IVY-652
 URL: https://issues.apache.org/jira/browse/IVY-652
 Project: Ivy
  Issue Type: Bug
  Components: Core
Affects Versions: 1.4.1
Reporter: Pavel Sher
 Fix For: 2.0-RC1


 I have the following publication in my ivy.xml file:
   publications
 artifact name=artifacts/sub folder/file type=txt ext=txt /
   /publications
 When Ivy tries to download this artifact it constructs wrong URL with non 
 escaped spaces.
 I can provide escaped path in ivy.xml (however I do not think it is correct 
 to do so), but in this case Ivy do not unescape path and stores files on disk 
 with %20 in their names.

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



[jira] Commented: (IVY-652) Ivy constructs incorrect URL if artifact path contains spaces

2008-07-30 Thread Pavel Sher (JIRA)

[ 
https://issues.apache.org/jira/browse/IVY-652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12618295#action_12618295
 ] 

Pavel Sher commented on IVY-652:


My ivy settings:

ivysettings
  property name='ivy.checksums' value=''/
  caches 
defaultCacheDir=C:/Perforce/BuildServer/tools/tomcat/temp/ivy67396cache/
  statuses
status name='lastPinned' integration='false'/
status name='lastSuccessful' integration='false'/
status name='lastFinished' integration='false'/
status name='integration' integration='true'/
  /statuses
  resolvers
url name='teamcity-rep' latest='latest-time'
  ivy 
pattern='http://localhost:8111/bs/httpAuth/repository/download/[module]/[revision]/teamcity-ivy.xml'
 /
  artifact 
pattern='http://localhost:8111/bs/httpAuth/repository/download/[module]/[revision]/[artifact](.[ext])'
 /
/url
  /resolvers
  modules
module organisation='.*' name='.*' matcher='regexp' 
resolver='teamcity-rep' /
  /modules
/ivysettings


 Ivy constructs incorrect URL if artifact path contains spaces
 -

 Key: IVY-652
 URL: https://issues.apache.org/jira/browse/IVY-652
 Project: Ivy
  Issue Type: Bug
  Components: Core
Affects Versions: 1.4.1
Reporter: Pavel Sher
Assignee: Maarten Coene
 Fix For: 2.0-RC1


 I have the following publication in my ivy.xml file:
   publications
 artifact name=artifacts/sub folder/file type=txt ext=txt /
   /publications
 When Ivy tries to download this artifact it constructs wrong URL with non 
 escaped spaces.
 I can provide escaped path in ivy.xml (however I do not think it is correct 
 to do so), but in this case Ivy do not unescape path and stores files on disk 
 with %20 in their names.

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



[jira] Commented: (IVY-868) Patch: Config files with # in path can't be read

2008-07-30 Thread Gilles Scokart (JIRA)

[ 
https://issues.apache.org/jira/browse/IVY-868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12618320#action_12618320
 ] 

Gilles Scokart commented on IVY-868:



Thanks for the patch.

For info, the patch break some unit test.   So I couldn't apply it directly.  
I didn't checked yet what was exactly broken, and if it will be visible to the 
user or not. (and I will not have the time to check that in the comming days).




 Patch: Config files with # in path can't be read
 

 Key: IVY-868
 URL: https://issues.apache.org/jira/browse/IVY-868
 Project: Ivy
  Issue Type: Bug
  Components: Ant
Affects Versions: 2.0.0-beta-2
 Environment: Windows
Reporter: Simon Steiner
Assignee: Maarten Coene
 Attachments: urifix.diff


 Error is:
 [ivy:resolve] E:\ssteiner\wa\trunk (The system cannot find the file 
 specified) in file:/E:/ssteiner/wa/trunk#/config/ivy/ivy.xml

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



DO NOT REPLY [Bug 43114] package-info.java repeatedly compiled

2008-07-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43114





--- Comment #9 from Jesse Glick [EMAIL PROTECTED]  2008-07-30 06:32:57 PST ---
As a workaround, can you at least do

touch
  fileset dir=tmp-src include=**/package-info.java/
/

before javac?


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


[Ant Wiki] Update of AntExternalTaskdefs by Jon

2008-07-30 Thread Apache Wiki
Dear Wiki user,

You have subscribed to a wiki page or wiki category on Ant Wiki for change 
notification.

The following page has been changed by Jon:
http://wiki.apache.org/ant/AntExternalTaskdefs

--
  ||http://tom.loria.fr || Ant tasks for the Tom pattern matching compiler, and 
the Gom data structure generator||
  ||http://junitpdfreport.sourceforge.net/|| ''JUnit PDF Report:'' Your JUnit 
test report in PDF format. ||
  ||http://antxtras.sourceforge.net/|| Loads of extensions 
(rules,flowcontrol,log4j) for Ant. ||
+ ||http://code.google.com/p/svntask/|| svntask is a super simple solution for 
using svn from ant. ||
  


[Ant Wiki] Update of AntExternalTaskdefs by Jon

2008-07-30 Thread Apache Wiki
Dear Wiki user,

You have subscribed to a wiki page or wiki category on Ant Wiki for change 
notification.

The following page has been changed by Jon:
http://wiki.apache.org/ant/AntExternalTaskdefs

--
  ||http://tom.loria.fr || Ant tasks for the Tom pattern matching compiler, and 
the Gom data structure generator||
  ||http://junitpdfreport.sourceforge.net/|| ''JUnit PDF Report:'' Your JUnit 
test report in PDF format. ||
  ||http://antxtras.sourceforge.net/|| Loads of extensions 
(rules,flowcontrol,log4j) for Ant. ||
- ||http://code.google.com/p/svntask/|| svntask is a super simple solution for 
using svn from ant. ||
+ ||http://code.google.com/p/svntask/|| svntask is a super simple solution for 
using svn (Subversion) from ant. ||