Re: Release target and Batik

2013-01-30 Thread Alex Harui
Might just be a bug that needs fixing so it ignores a missing folder.  I've
found that Windows ANT is more sensitive to missing folders.  Most of us use
Macs which seems to ignore missing folders.


On 1/30/13 4:07 PM, "Frédéric THOMAS"  wrote:

> Hi,
> 
> I was trying to play with the release target but I encountered a problem [1],
> before the release target start, I¹ve got lib folder under batik but it looks
> like it removed it during the release, which cause that error.
> 
> Can someone help ?
> 
> -Fred
> 
> [1]
> $ ant release
> Buildfile: U:\sources\asf\flex\sdk\developRC1\build.xml
> 
> check-playerglobal-home:
>  [echo] PLAYERGLOBAL_HOME is
> U:\sources\asf\flex\sdk\develop\frameworks\libs\player
>  [echo] playerglobal.version is 11.1
>  [echo] playerglobal.swc is
> U:\sources\asf\flex\sdk\develop\frameworks\libs\player/11.1/playerglobal.swc
> 
> check-air-home:
>  [echo] AIR_HOME is U:\sources\adobe\air\3.4
> 
> check-pixelbender-home:
>  [echo] PIXELBENDER_HOME is C:\Program Files (x86)\Adobe\Adobe Utilities -
> CS5\Pixel Bender Toolkit 2
> 
> check-compile-env:
>  [echo] OS: Windows 7 / 6.1 / x86
>  [echo] VM: Java HotSpot(TM) Client VM / 20.8-b03
>  [echo] Java: 1.6.0_33
>  [echo] Ant: Apache Ant(TM) version 1.8.2 compiled on December 20 2010 Ant
> Java Version: 1.6
> 
> check-runtime-env:
> 
> check-adobe-extension-manager-env:
>  [echo] ADOBE_EXTENSION_MANAGER is C:\Program Files (x86)\Adobe\Adobe
> Extension Manager CS5\Adobe Extension Manager
> CS5.exe
> 
> thirdparty-clean:
> 
> thirdparty-clean:
> 
> batik-jars-clean:
> 
> velocity-jars-clean:
> 
> clean:
> 
> thirdparty-clean:
> 
> swfobject-clean:
> 
> swfobject-fabridge-clean:
> 
> clean-adobe-flex-sdk:
> 
> clean:
>[delete] Deleting directory
> U:\sources\asf\flex\sdk\developRC1\lib\external\optional
> 
> modules-clean:
> 
> batik-clean:
> 
> init:
> 
> BUILD FAILED
> U:\sources\asf\flex\sdk\developRC1\build.xml:298: The following error occurred
> while executing this line:
> U:\sources\asf\flex\sdk\developRC1\modules\build.xml:170: The following error
> occurred while executing this line:
> U:\sources\asf\flex\sdk\developRC1\modules\thirdparty\batik\build.xml:161:
> U:\sources\asf\flex\sdk\developRC1\modules\th
> irdparty\batik\lib does not exist.
> 
> Total time: 1 second

-- 
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui



Re: Release target and Batik

2013-01-30 Thread Frédéric THOMAS
Actually, in the modules/download.xml, there's dir="${basedir}/${batik.dir}/lib/**" failonerror="false"/> which occure 
before the init target in the batik build, which check for classnames in a 
jar from this folder, I don't what to do to solve that at this point.


-Fred

-Message d'origine- 
From: Frédéric THOMAS

Sent: Thursday, January 31, 2013 1:07 AM
To: dev@flex.apache.org
Subject: Release target and Batik

Hi,

I was trying to play with the release target but I encountered a problem 
[1], before the release target start, I’ve got lib folder under batik but it 
looks like it removed it during the release, which cause that error.


Can someone help ?

-Fred

[1]
$ ant release
Buildfile: U:\sources\asf\flex\sdk\developRC1\build.xml

check-playerglobal-home:
[echo] PLAYERGLOBAL_HOME is 
U:\sources\asf\flex\sdk\develop\frameworks\libs\player

[echo] playerglobal.version is 11.1
[echo] playerglobal.swc is 
U:\sources\asf\flex\sdk\develop\frameworks\libs\player/11.1/playerglobal.swc


check-air-home:
[echo] AIR_HOME is U:\sources\adobe\air\3.4

check-pixelbender-home:
[echo] PIXELBENDER_HOME is C:\Program Files (x86)\Adobe\Adobe 
Utilities - CS5\Pixel Bender Toolkit 2


check-compile-env:
[echo] OS: Windows 7 / 6.1 / x86
[echo] VM: Java HotSpot(TM) Client VM / 20.8-b03
[echo] Java: 1.6.0_33
[echo] Ant: Apache Ant(TM) version 1.8.2 compiled on December 20 2010 
Ant Java Version: 1.6


check-runtime-env:

check-adobe-extension-manager-env:
[echo] ADOBE_EXTENSION_MANAGER is C:\Program Files (x86)\Adobe\Adobe 
Extension Manager CS5\Adobe Extension Manager

CS5.exe

thirdparty-clean:

thirdparty-clean:

batik-jars-clean:

velocity-jars-clean:

clean:

thirdparty-clean:

swfobject-clean:

swfobject-fabridge-clean:

clean-adobe-flex-sdk:

clean:
  [delete] Deleting directory 
U:\sources\asf\flex\sdk\developRC1\lib\external\optional


modules-clean:

batik-clean:

init:

BUILD FAILED
U:\sources\asf\flex\sdk\developRC1\build.xml:298: The following error 
occurred while executing this line:
U:\sources\asf\flex\sdk\developRC1\modules\build.xml:170: The following 
error occurred while executing this line:
U:\sources\asf\flex\sdk\developRC1\modules\thirdparty\batik\build.xml:161: 
U:\sources\asf\flex\sdk\developRC1\modules\th

irdparty\batik\lib does not exist.

Total time: 1 second 



Re: Release target and Batik

2013-01-30 Thread Frédéric THOMAS

Hi Alex,

Well, I'm not sure that's because Windows ANT is more sensitive to missing 
folders because except if I understand wrong, the release target trigger the 
super-clean, which trigger the module/download.xml clean which clean the 
batik/lib and then try to build batik from batik/lib/build, that's what I 
can't understand.


Am I right reading the Ant scripts or I missed something ?

-Fred

-Message d'origine- 
From: Alex Harui

Sent: Thursday, January 31, 2013 1:16 AM
To: dev@flex.apache.org
Subject: Re: Release target and Batik

Might just be a bug that needs fixing so it ignores a missing folder.  I've
found that Windows ANT is more sensitive to missing folders.  Most of us use
Macs which seems to ignore missing folders.


On 1/30/13 4:07 PM, "Frédéric THOMAS"  wrote:


Hi,

I was trying to play with the release target but I encountered a problem 
[1],
before the release target start, I¹ve got lib folder under batik but it 
looks

like it removed it during the release, which cause that error.

Can someone help ?

-Fred

[1]
$ ant release
Buildfile: U:\sources\asf\flex\sdk\developRC1\build.xml

check-playerglobal-home:
 [echo] PLAYERGLOBAL_HOME is
U:\sources\asf\flex\sdk\develop\frameworks\libs\player
 [echo] playerglobal.version is 11.1
 [echo] playerglobal.swc is
U:\sources\asf\flex\sdk\develop\frameworks\libs\player/11.1/playerglobal.swc

check-air-home:
 [echo] AIR_HOME is U:\sources\adobe\air\3.4

check-pixelbender-home:
 [echo] PIXELBENDER_HOME is C:\Program Files (x86)\Adobe\Adobe 
Utilities -

CS5\Pixel Bender Toolkit 2

check-compile-env:
 [echo] OS: Windows 7 / 6.1 / x86
 [echo] VM: Java HotSpot(TM) Client VM / 20.8-b03
 [echo] Java: 1.6.0_33
 [echo] Ant: Apache Ant(TM) version 1.8.2 compiled on December 20 2010 
Ant

Java Version: 1.6

check-runtime-env:

check-adobe-extension-manager-env:
 [echo] ADOBE_EXTENSION_MANAGER is C:\Program Files (x86)\Adobe\Adobe
Extension Manager CS5\Adobe Extension Manager
CS5.exe

thirdparty-clean:

thirdparty-clean:

batik-jars-clean:

velocity-jars-clean:

clean:

thirdparty-clean:

swfobject-clean:

swfobject-fabridge-clean:

clean-adobe-flex-sdk:

clean:
   [delete] Deleting directory
U:\sources\asf\flex\sdk\developRC1\lib\external\optional

modules-clean:

batik-clean:

init:

BUILD FAILED
U:\sources\asf\flex\sdk\developRC1\build.xml:298: The following error 
occurred

while executing this line:
U:\sources\asf\flex\sdk\developRC1\modules\build.xml:170: The following 
error

occurred while executing this line:
U:\sources\asf\flex\sdk\developRC1\modules\thirdparty\batik\build.xml:161:
U:\sources\asf\flex\sdk\developRC1\modules\th
irdparty\batik\lib does not exist.

Total time: 1 second


--
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui



Re: Release target and Batik

2013-01-30 Thread Alex Harui
Is this from the develop branch?  Line numbers are not matching up for me.


On 1/30/13 4:18 PM, "Frédéric THOMAS"  wrote:

> Actually, in the modules/download.xml, there's  dir="${basedir}/${batik.dir}/lib/**" failonerror="false"/> which occure
> before the init target in the batik build, which check for classnames in a
> jar from this folder, I don't what to do to solve that at this point.
> 
> -Fred
> 
> -Message d'origine-
> From: Frédéric THOMAS
> Sent: Thursday, January 31, 2013 1:07 AM
> To: dev@flex.apache.org
> Subject: Release target and Batik
> 
> Hi,
> 
> I was trying to play with the release target but I encountered a problem
> [1], before the release target start, I¹ve got lib folder under batik but it
> looks like it removed it during the release, which cause that error.
> 
> Can someone help ?
> 
> -Fred
> 
> [1]
> $ ant release
> Buildfile: U:\sources\asf\flex\sdk\developRC1\build.xml
> 
> check-playerglobal-home:
>  [echo] PLAYERGLOBAL_HOME is
> U:\sources\asf\flex\sdk\develop\frameworks\libs\player
>  [echo] playerglobal.version is 11.1
>  [echo] playerglobal.swc is
> U:\sources\asf\flex\sdk\develop\frameworks\libs\player/11.1/playerglobal.swc
> 
> check-air-home:
>  [echo] AIR_HOME is U:\sources\adobe\air\3.4
> 
> check-pixelbender-home:
>  [echo] PIXELBENDER_HOME is C:\Program Files (x86)\Adobe\Adobe
> Utilities - CS5\Pixel Bender Toolkit 2
> 
> check-compile-env:
>  [echo] OS: Windows 7 / 6.1 / x86
>  [echo] VM: Java HotSpot(TM) Client VM / 20.8-b03
>  [echo] Java: 1.6.0_33
>  [echo] Ant: Apache Ant(TM) version 1.8.2 compiled on December 20 2010
> Ant Java Version: 1.6
> 
> check-runtime-env:
> 
> check-adobe-extension-manager-env:
>  [echo] ADOBE_EXTENSION_MANAGER is C:\Program Files (x86)\Adobe\Adobe
> Extension Manager CS5\Adobe Extension Manager
> CS5.exe
> 
> thirdparty-clean:
> 
> thirdparty-clean:
> 
> batik-jars-clean:
> 
> velocity-jars-clean:
> 
> clean:
> 
> thirdparty-clean:
> 
> swfobject-clean:
> 
> swfobject-fabridge-clean:
> 
> clean-adobe-flex-sdk:
> 
> clean:
>[delete] Deleting directory
> U:\sources\asf\flex\sdk\developRC1\lib\external\optional
> 
> modules-clean:
> 
> batik-clean:
> 
> init:
> 
> BUILD FAILED
> U:\sources\asf\flex\sdk\developRC1\build.xml:298: The following error
> occurred while executing this line:
> U:\sources\asf\flex\sdk\developRC1\modules\build.xml:170: The following
> error occurred while executing this line:
> U:\sources\asf\flex\sdk\developRC1\modules\thirdparty\batik\build.xml:161:
> U:\sources\asf\flex\sdk\developRC1\modules\th
> irdparty\batik\lib does not exist.
> 
> Total time: 1 second
> 

-- 
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui



Re: Release target and Batik

2013-01-30 Thread Frédéric THOMAS

yeah, from the develop branch.

Develop/build :
description="Cleans everything including thirdparty downloads."/>


   

   
   
   


modules/build:

   dir="${basedir}"/>

   


downloads.xml:

   

   
   
   
   
   
   
   
   
   
   
   


in batik build:

 
   
 
 
   
   
   
   
 
   

   classname="org.mozilla.javascript.Context">

 
   

-Fred

-Message d'origine- 
From: Alex Harui

Sent: Thursday, January 31, 2013 1:36 AM
To: dev@flex.apache.org
Subject: Re: Release target and Batik

Is this from the develop branch?  Line numbers are not matching up for me.


On 1/30/13 4:18 PM, "Frédéric THOMAS"  wrote:


Actually, in the modules/download.xml, there's  which occure
before the init target in the batik build, which check for classnames in a
jar from this folder, I don't what to do to solve that at this point.

-Fred

-Message d'origine-
From: Frédéric THOMAS
Sent: Thursday, January 31, 2013 1:07 AM
To: dev@flex.apache.org
Subject: Release target and Batik

Hi,

I was trying to play with the release target but I encountered a problem
[1], before the release target start, I¹ve got lib folder under batik but 
it

looks like it removed it during the release, which cause that error.

Can someone help ?

-Fred

[1]
$ ant release
Buildfile: U:\sources\asf\flex\sdk\developRC1\build.xml

check-playerglobal-home:
 [echo] PLAYERGLOBAL_HOME is
U:\sources\asf\flex\sdk\develop\frameworks\libs\player
 [echo] playerglobal.version is 11.1
 [echo] playerglobal.swc is
U:\sources\asf\flex\sdk\develop\frameworks\libs\player/11.1/playerglobal.swc

check-air-home:
 [echo] AIR_HOME is U:\sources\adobe\air\3.4

check-pixelbender-home:
 [echo] PIXELBENDER_HOME is C:\Program Files (x86)\Adobe\Adobe
Utilities - CS5\Pixel Bender Toolkit 2

check-compile-env:
 [echo] OS: Windows 7 / 6.1 / x86
 [echo] VM: Java HotSpot(TM) Client VM / 20.8-b03
 [echo] Java: 1.6.0_33
 [echo] Ant: Apache Ant(TM) version 1.8.2 compiled on December 20 2010
Ant Java Version: 1.6

check-runtime-env:

check-adobe-extension-manager-env:
 [echo] ADOBE_EXTENSION_MANAGER is C:\Program Files (x86)\Adobe\Adobe
Extension Manager CS5\Adobe Extension Manager
CS5.exe

thirdparty-clean:

thirdparty-clean:

batik-jars-clean:

velocity-jars-clean:

clean:

thirdparty-clean:

swfobject-clean:

swfobject-fabridge-clean:

clean-adobe-flex-sdk:

clean:
   [delete] Deleting directory
U:\sources\asf\flex\sdk\developRC1\lib\external\optional

modules-clean:

batik-clean:

init:

BUILD FAILED
U:\sources\asf\flex\sdk\developRC1\build.xml:298: The following error
occurred while executing this line:
U:\sources\asf\flex\sdk\developRC1\modules\build.xml:170: The following
error occurred while executing this line:
U:\sources\asf\flex\sdk\developRC1\modules\thirdparty\batik\build.xml:161:
U:\sources\asf\flex\sdk\developRC1\modules\th
irdparty\batik\lib does not exist.

Total time: 1 second



--
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui



Re: Release target and Batik

2013-01-30 Thread Carol Frampton
There were some changes in this directory for 4.9.  I saw this error during the 
transition.  I'd delete the batik dir and resync  it and then try to build 
again.

Carol

Sent from my iPhone

On Jan 30, 2013, at 7:17 PM, "Alex Harui"  wrote:

> Might just be a bug that needs fixing so it ignores a missing folder.  I've
> found that Windows ANT is more sensitive to missing folders.  Most of us use
> Macs which seems to ignore missing folders.
> 
> 
> On 1/30/13 4:07 PM, "Frédéric THOMAS"  wrote:
> 
>> Hi,
>> 
>> I was trying to play with the release target but I encountered a problem [1],
>> before the release target start, I¹ve got lib folder under batik but it looks
>> like it removed it during the release, which cause that error.
>> 
>> Can someone help ?
>> 
>> -Fred
>> 
>> [1]
>> $ ant release
>> Buildfile: U:\sources\asf\flex\sdk\developRC1\build.xml
>> 
>> check-playerglobal-home:
>> [echo] PLAYERGLOBAL_HOME is
>> U:\sources\asf\flex\sdk\develop\frameworks\libs\player
>> [echo] playerglobal.version is 11.1
>> [echo] playerglobal.swc is
>> U:\sources\asf\flex\sdk\develop\frameworks\libs\player/11.1/playerglobal.swc
>> 
>> check-air-home:
>> [echo] AIR_HOME is U:\sources\adobe\air\3.4
>> 
>> check-pixelbender-home:
>> [echo] PIXELBENDER_HOME is C:\Program Files (x86)\Adobe\Adobe Utilities -
>> CS5\Pixel Bender Toolkit 2
>> 
>> check-compile-env:
>> [echo] OS: Windows 7 / 6.1 / x86
>> [echo] VM: Java HotSpot(TM) Client VM / 20.8-b03
>> [echo] Java: 1.6.0_33
>> [echo] Ant: Apache Ant(TM) version 1.8.2 compiled on December 20 2010 Ant
>> Java Version: 1.6
>> 
>> check-runtime-env:
>> 
>> check-adobe-extension-manager-env:
>> [echo] ADOBE_EXTENSION_MANAGER is C:\Program Files (x86)\Adobe\Adobe
>> Extension Manager CS5\Adobe Extension Manager
>> CS5.exe
>> 
>> thirdparty-clean:
>> 
>> thirdparty-clean:
>> 
>> batik-jars-clean:
>> 
>> velocity-jars-clean:
>> 
>> clean:
>> 
>> thirdparty-clean:
>> 
>> swfobject-clean:
>> 
>> swfobject-fabridge-clean:
>> 
>> clean-adobe-flex-sdk:
>> 
>> clean:
>>   [delete] Deleting directory
>> U:\sources\asf\flex\sdk\developRC1\lib\external\optional
>> 
>> modules-clean:
>> 
>> batik-clean:
>> 
>> init:
>> 
>> BUILD FAILED
>> U:\sources\asf\flex\sdk\developRC1\build.xml:298: The following error 
>> occurred
>> while executing this line:
>> U:\sources\asf\flex\sdk\developRC1\modules\build.xml:170: The following error
>> occurred while executing this line:
>> U:\sources\asf\flex\sdk\developRC1\modules\thirdparty\batik\build.xml:161:
>> U:\sources\asf\flex\sdk\developRC1\modules\th
>> irdparty\batik\lib does not exist.
>> 
>> Total time: 1 second
> 
> -- 
> Alex Harui
> Flex SDK Team
> Adobe Systems, Inc.
> http://blogs.adobe.com/aharui
> 


Re: Release target and Batik

2013-01-30 Thread Frédéric THOMAS

Hi Carel,

Then, Could the problem come from the re-sync ?

-Fred

-Message d'origine- 
From: Carol Frampton

Sent: Thursday, January 31, 2013 1:44 AM
To: dev@flex.apache.org
Cc: dev@flex.apache.org
Subject: Re: Release target and Batik

There were some changes in this directory for 4.9.  I saw this error during 
the transition.  I'd delete the batik dir and resync  it and then try to 
build again.


Carol

Sent from my iPhone

On Jan 30, 2013, at 7:17 PM, "Alex Harui"  wrote:

Might just be a bug that needs fixing so it ignores a missing folder. 
I've
found that Windows ANT is more sensitive to missing folders.  Most of us 
use

Macs which seems to ignore missing folders.


On 1/30/13 4:07 PM, "Frédéric THOMAS"  wrote:


Hi,

I was trying to play with the release target but I encountered a problem 
[1],
before the release target start, I¹ve got lib folder under batik but it 
looks

like it removed it during the release, which cause that error.

Can someone help ?

-Fred

[1]
$ ant release
Buildfile: U:\sources\asf\flex\sdk\developRC1\build.xml

check-playerglobal-home:
[echo] PLAYERGLOBAL_HOME is
U:\sources\asf\flex\sdk\develop\frameworks\libs\player
[echo] playerglobal.version is 11.1
[echo] playerglobal.swc is
U:\sources\asf\flex\sdk\develop\frameworks\libs\player/11.1/playerglobal.swc

check-air-home:
[echo] AIR_HOME is U:\sources\adobe\air\3.4

check-pixelbender-home:
[echo] PIXELBENDER_HOME is C:\Program Files (x86)\Adobe\Adobe 
Utilities -

CS5\Pixel Bender Toolkit 2

check-compile-env:
[echo] OS: Windows 7 / 6.1 / x86
[echo] VM: Java HotSpot(TM) Client VM / 20.8-b03
[echo] Java: 1.6.0_33
[echo] Ant: Apache Ant(TM) version 1.8.2 compiled on December 20 2010 
Ant

Java Version: 1.6

check-runtime-env:

check-adobe-extension-manager-env:
[echo] ADOBE_EXTENSION_MANAGER is C:\Program Files (x86)\Adobe\Adobe
Extension Manager CS5\Adobe Extension Manager
CS5.exe

thirdparty-clean:

thirdparty-clean:

batik-jars-clean:

velocity-jars-clean:

clean:

thirdparty-clean:

swfobject-clean:

swfobject-fabridge-clean:

clean-adobe-flex-sdk:

clean:
  [delete] Deleting directory
U:\sources\asf\flex\sdk\developRC1\lib\external\optional

modules-clean:

batik-clean:

init:

BUILD FAILED
U:\sources\asf\flex\sdk\developRC1\build.xml:298: The following error 
occurred

while executing this line:
U:\sources\asf\flex\sdk\developRC1\modules\build.xml:170: The following 
error

occurred while executing this line:
U:\sources\asf\flex\sdk\developRC1\modules\thirdparty\batik\build.xml:161:
U:\sources\asf\flex\sdk\developRC1\modules\th
irdparty\batik\lib does not exist.

Total time: 1 second


--
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui



Re: Release target and Batik

2013-01-30 Thread Carol Frampton
I don't quite remember. I think the lib dir used to be in svn and now it is 
not. It is created and deleted as part of the build process. 

You could do a svn status on this directory. If it has a ? delete it. 

Carol



Sent from my iPhone

On Jan 30, 2013, at 7:46 PM, "Frédéric THOMAS"  wrote:

> Hi Carel,
> 
> Then, Could the problem come from the re-sync ?
> 
> -Fred
> 
> -Message d'origine- 
> From: Carol Frampton
> Sent: Thursday, January 31, 2013 1:44 AM
> To: dev@flex.apache.org
> Cc: dev@flex.apache.org
> Subject: Re: Release target and Batik
> 
> There were some changes in this directory for 4.9.  I saw this error during 
> the transition.  I'd delete the batik dir and resync  it and then try to 
> build again.
> 
> Carol
> 
> Sent from my iPhone
> 
> On Jan 30, 2013, at 7:17 PM, "Alex Harui"  wrote:
> 
>> Might just be a bug that needs fixing so it ignores a missing folder. 
>> I've
>> found that Windows ANT is more sensitive to missing folders.  Most of us 
>> use
>> Macs which seems to ignore missing folders.
>> 
>> 
>> On 1/30/13 4:07 PM, "Frédéric THOMAS"  wrote:
>> 
>>> Hi,
>>> 
>>> I was trying to play with the release target but I encountered a problem 
>>> [1],
>>> before the release target start, I¹ve got lib folder under batik but it 
>>> looks
>>> like it removed it during the release, which cause that error.
>>> 
>>> Can someone help ?
>>> 
>>> -Fred
>>> 
>>> [1]
>>> $ ant release
>>> Buildfile: U:\sources\asf\flex\sdk\developRC1\build.xml
>>> 
>>> check-playerglobal-home:
>>>[echo] PLAYERGLOBAL_HOME is
>>> U:\sources\asf\flex\sdk\develop\frameworks\libs\player
>>>[echo] playerglobal.version is 11.1
>>>[echo] playerglobal.swc is
>>> U:\sources\asf\flex\sdk\develop\frameworks\libs\player/11.1/playerglobal.swc
>>> 
>>> check-air-home:
>>>[echo] AIR_HOME is U:\sources\adobe\air\3.4
>>> 
>>> check-pixelbender-home:
>>>[echo] PIXELBENDER_HOME is C:\Program Files (x86)\Adobe\Adobe 
>>> Utilities -
>>> CS5\Pixel Bender Toolkit 2
>>> 
>>> check-compile-env:
>>>[echo] OS: Windows 7 / 6.1 / x86
>>>[echo] VM: Java HotSpot(TM) Client VM / 20.8-b03
>>>[echo] Java: 1.6.0_33
>>>[echo] Ant: Apache Ant(TM) version 1.8.2 compiled on December 20 2010 
>>> Ant
>>> Java Version: 1.6
>>> 
>>> check-runtime-env:
>>> 
>>> check-adobe-extension-manager-env:
>>>[echo] ADOBE_EXTENSION_MANAGER is C:\Program Files (x86)\Adobe\Adobe
>>> Extension Manager CS5\Adobe Extension Manager
>>> CS5.exe
>>> 
>>> thirdparty-clean:
>>> 
>>> thirdparty-clean:
>>> 
>>> batik-jars-clean:
>>> 
>>> velocity-jars-clean:
>>> 
>>> clean:
>>> 
>>> thirdparty-clean:
>>> 
>>> swfobject-clean:
>>> 
>>> swfobject-fabridge-clean:
>>> 
>>> clean-adobe-flex-sdk:
>>> 
>>> clean:
>>>  [delete] Deleting directory
>>> U:\sources\asf\flex\sdk\developRC1\lib\external\optional
>>> 
>>> modules-clean:
>>> 
>>> batik-clean:
>>> 
>>> init:
>>> 
>>> BUILD FAILED
>>> U:\sources\asf\flex\sdk\developRC1\build.xml:298: The following error 
>>> occurred
>>> while executing this line:
>>> U:\sources\asf\flex\sdk\developRC1\modules\build.xml:170: The following 
>>> error
>>> occurred while executing this line:
>>> U:\sources\asf\flex\sdk\developRC1\modules\thirdparty\batik\build.xml:161:
>>> U:\sources\asf\flex\sdk\developRC1\modules\th
>>> irdparty\batik\lib does not exist.
>>> 
>>> Total time: 1 second
>> 
>> -- 
>> Alex Harui
>> Flex SDK Team
>> Adobe Systems, Inc.
>> http://blogs.adobe.com/aharui
>> 


Re: Release target and Batik

2013-01-30 Thread Alex Harui
It looks like batik/lib is in SVN.  Maybe the fix is to remove it from SVN,
and add a mkdir for it in the init section of batik's build.xml.  Fred, can
you try that out?


On 1/30/13 4:50 PM, "Carol Frampton"  wrote:

> I don't quite remember. I think the lib dir used to be in svn and now it is
> not. It is created and deleted as part of the build process.
> 
> You could do a svn status on this directory. If it has a ? delete it.
> 
> Carol
> 
> 
> 
> Sent from my iPhone
> 
> On Jan 30, 2013, at 7:46 PM, "Frédéric THOMAS" 
> wrote:
> 
>> Hi Carel,
>> 
>> Then, Could the problem come from the re-sync ?
>> 
>> -Fred
>> 
>> -Message d'origine-
>> From: Carol Frampton
>> Sent: Thursday, January 31, 2013 1:44 AM
>> To: dev@flex.apache.org
>> Cc: dev@flex.apache.org
>> Subject: Re: Release target and Batik
>> 
>> There were some changes in this directory for 4.9.  I saw this error during
>> the transition.  I'd delete the batik dir and resync  it and then try to
>> build again.
>> 
>> Carol
>> 
>> Sent from my iPhone
>> 
>> On Jan 30, 2013, at 7:17 PM, "Alex Harui"  wrote:
>> 
>>> Might just be a bug that needs fixing so it ignores a missing folder.
>>> I've
>>> found that Windows ANT is more sensitive to missing folders.  Most of us
>>> use
>>> Macs which seems to ignore missing folders.
>>> 
>>> 
>>> On 1/30/13 4:07 PM, "Frédéric THOMAS"  wrote:
>>> 
>>>> Hi,
>>>> 
>>>> I was trying to play with the release target but I encountered a problem
>>>> [1],
>>>> before the release target start, I¹ve got lib folder under batik but it
>>>> looks
>>>> like it removed it during the release, which cause that error.
>>>> 
>>>> Can someone help ?
>>>> 
>>>> -Fred
>>>> 
>>>> [1]
>>>> $ ant release
>>>> Buildfile: U:\sources\asf\flex\sdk\developRC1\build.xml
>>>> 
>>>> check-playerglobal-home:
>>>>[echo] PLAYERGLOBAL_HOME is
>>>> U:\sources\asf\flex\sdk\develop\frameworks\libs\player
>>>>[echo] playerglobal.version is 11.1
>>>>[echo] playerglobal.swc is
>>>> 
U:\sources\asf\flex\sdk\develop\frameworks\libs\player/11.1/playerglobal.sw>>>>
c
>>>> 
>>>> check-air-home:
>>>>[echo] AIR_HOME is U:\sources\adobe\air\3.4
>>>> 
>>>> check-pixelbender-home:
>>>>[echo] PIXELBENDER_HOME is C:\Program Files (x86)\Adobe\Adobe
>>>> Utilities -
>>>> CS5\Pixel Bender Toolkit 2
>>>> 
>>>> check-compile-env:
>>>>[echo] OS: Windows 7 / 6.1 / x86
>>>>[echo] VM: Java HotSpot(TM) Client VM / 20.8-b03
>>>>[echo] Java: 1.6.0_33
>>>>[echo] Ant: Apache Ant(TM) version 1.8.2 compiled on December 20 2010
>>>> Ant
>>>> Java Version: 1.6
>>>> 
>>>> check-runtime-env:
>>>> 
>>>> check-adobe-extension-manager-env:
>>>>[echo] ADOBE_EXTENSION_MANAGER is C:\Program Files (x86)\Adobe\Adobe
>>>> Extension Manager CS5\Adobe Extension Manager
>>>> CS5.exe
>>>> 
>>>> thirdparty-clean:
>>>> 
>>>> thirdparty-clean:
>>>> 
>>>> batik-jars-clean:
>>>> 
>>>> velocity-jars-clean:
>>>> 
>>>> clean:
>>>> 
>>>> thirdparty-clean:
>>>> 
>>>> swfobject-clean:
>>>> 
>>>> swfobject-fabridge-clean:
>>>> 
>>>> clean-adobe-flex-sdk:
>>>> 
>>>> clean:
>>>>  [delete] Deleting directory
>>>> U:\sources\asf\flex\sdk\developRC1\lib\external\optional
>>>> 
>>>> modules-clean:
>>>> 
>>>> batik-clean:
>>>> 
>>>> init:
>>>> 
>>>> BUILD FAILED
>>>> U:\sources\asf\flex\sdk\developRC1\build.xml:298: The following error
>>>> occurred
>>>> while executing this line:
>>>> U:\sources\asf\flex\sdk\developRC1\modules\build.xml:170: The following
>>>> error
>>>> occurred while executing this line:
>>>> U:\sources\asf\flex\sdk\developRC1\modules\thirdparty\batik\build.xml:161:
>>>> U:\sources\asf\flex\sdk\developRC1\modules\th
>>>> irdparty\batik\lib does not exist.
>>>> 
>>>> Total time: 1 second
>>> 
>>> -- 
>>> Alex Harui
>>> Flex SDK Team
>>> Adobe Systems, Inc.
>>> http://blogs.adobe.com/aharui
>>> 

-- 
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui



Re: Release target and Batik

2013-01-30 Thread Carol Frampton
It builds on both windows and Mac so I think it is something machine specific. 
Do a modules thirdparty-clean and then rebuild. 

Sent from my iPhone

On Jan 30, 2013, at 7:57 PM, "Alex Harui"  wrote:

> It looks like batik/lib is in SVN.  Maybe the fix is to remove it from SVN,
> and add a mkdir for it in the init section of batik's build.xml.  Fred, can
> you try that out?
> 
> 
> On 1/30/13 4:50 PM, "Carol Frampton"  wrote:
> 
>> I don't quite remember. I think the lib dir used to be in svn and now it is
>> not. It is created and deleted as part of the build process.
>> 
>> You could do a svn status on this directory. If it has a ? delete it.
>> 
>> Carol
>> 
>> 
>> 
>> Sent from my iPhone
>> 
>> On Jan 30, 2013, at 7:46 PM, "Frédéric THOMAS" 
>> wrote:
>> 
>>> Hi Carel,
>>> 
>>> Then, Could the problem come from the re-sync ?
>>> 
>>> -Fred
>>> 
>>> -Message d'origine-
>>> From: Carol Frampton
>>> Sent: Thursday, January 31, 2013 1:44 AM
>>> To: dev@flex.apache.org
>>> Cc: dev@flex.apache.org
>>> Subject: Re: Release target and Batik
>>> 
>>> There were some changes in this directory for 4.9.  I saw this error during
>>> the transition.  I'd delete the batik dir and resync  it and then try to
>>> build again.
>>> 
>>> Carol
>>> 
>>> Sent from my iPhone
>>> 
>>> On Jan 30, 2013, at 7:17 PM, "Alex Harui"  wrote:
>>> 
>>>> Might just be a bug that needs fixing so it ignores a missing folder.
>>>> I've
>>>> found that Windows ANT is more sensitive to missing folders.  Most of us
>>>> use
>>>> Macs which seems to ignore missing folders.
>>>> 
>>>> 
>>>> On 1/30/13 4:07 PM, "Frédéric THOMAS"  wrote:
>>>> 
>>>>> Hi,
>>>>> 
>>>>> I was trying to play with the release target but I encountered a problem
>>>>> [1],
>>>>> before the release target start, I¹ve got lib folder under batik but it
>>>>> looks
>>>>> like it removed it during the release, which cause that error.
>>>>> 
>>>>> Can someone help ?
>>>>> 
>>>>> -Fred
>>>>> 
>>>>> [1]
>>>>> $ ant release
>>>>> Buildfile: U:\sources\asf\flex\sdk\developRC1\build.xml
>>>>> 
>>>>> check-playerglobal-home:
>>>>>   [echo] PLAYERGLOBAL_HOME is
>>>>> U:\sources\asf\flex\sdk\develop\frameworks\libs\player
>>>>>   [echo] playerglobal.version is 11.1
>>>>>   [echo] playerglobal.swc is
> U:\sources\asf\flex\sdk\develop\frameworks\libs\player/11.1/playerglobal.sw>>>>
> c
>>>>> 
>>>>> check-air-home:
>>>>>   [echo] AIR_HOME is U:\sources\adobe\air\3.4
>>>>> 
>>>>> check-pixelbender-home:
>>>>>   [echo] PIXELBENDER_HOME is C:\Program Files (x86)\Adobe\Adobe
>>>>> Utilities -
>>>>> CS5\Pixel Bender Toolkit 2
>>>>> 
>>>>> check-compile-env:
>>>>>   [echo] OS: Windows 7 / 6.1 / x86
>>>>>   [echo] VM: Java HotSpot(TM) Client VM / 20.8-b03
>>>>>   [echo] Java: 1.6.0_33
>>>>>   [echo] Ant: Apache Ant(TM) version 1.8.2 compiled on December 20 2010
>>>>> Ant
>>>>> Java Version: 1.6
>>>>> 
>>>>> check-runtime-env:
>>>>> 
>>>>> check-adobe-extension-manager-env:
>>>>>   [echo] ADOBE_EXTENSION_MANAGER is C:\Program Files (x86)\Adobe\Adobe
>>>>> Extension Manager CS5\Adobe Extension Manager
>>>>> CS5.exe
>>>>> 
>>>>> thirdparty-clean:
>>>>> 
>>>>> thirdparty-clean:
>>>>> 
>>>>> batik-jars-clean:
>>>>> 
>>>>> velocity-jars-clean:
>>>>> 
>>>>> clean:
>>>>> 
>>>>> thirdparty-clean:
>>>>> 
>>>>> swfobject-clean:
>>>>> 
>>>>> swfobject-fabridge-clean:
>>>>> 
>>>>> clean-adobe-flex-sdk:
>>>>> 
>>>>> clean:
>>>>> [delete] Deleting directory
>>>>> U:\sources\asf\flex\sdk\developRC1\lib\external\optional
>>>>> 
>>>>> modules-clean:
>>>>> 
>>>>> batik-clean:
>>>>> 
>>>>> init:
>>>>> 
>>>>> BUILD FAILED
>>>>> U:\sources\asf\flex\sdk\developRC1\build.xml:298: The following error
>>>>> occurred
>>>>> while executing this line:
>>>>> U:\sources\asf\flex\sdk\developRC1\modules\build.xml:170: The following
>>>>> error
>>>>> occurred while executing this line:
>>>>> U:\sources\asf\flex\sdk\developRC1\modules\thirdparty\batik\build.xml:161:
>>>>> U:\sources\asf\flex\sdk\developRC1\modules\th
>>>>> irdparty\batik\lib does not exist.
>>>>> 
>>>>> Total time: 1 second
>>>> 
>>>> -- 
>>>> Alex Harui
>>>> Flex SDK Team
>>>> Adobe Systems, Inc.
>>>> http://blogs.adobe.com/aharui
> 
> -- 
> Alex Harui
> Flex SDK Team
> Adobe Systems, Inc.
> http://blogs.adobe.com/aharui
> 


Re: Release target and Batik

2013-01-30 Thread Frédéric THOMAS

Adding  a  works, it's running, thanks guys :-)

-Fred

-Message d'origine- 
From: Alex Harui

Sent: Thursday, January 31, 2013 1:56 AM
To: dev@flex.apache.org
Subject: Re: Release target and Batik

It looks like batik/lib is in SVN.  Maybe the fix is to remove it from SVN,
and add a mkdir for it in the init section of batik's build.xml.  Fred, can
you try that out?


On 1/30/13 4:50 PM, "Carol Frampton"  wrote:

I don't quite remember. I think the lib dir used to be in svn and now it 
is

not. It is created and deleted as part of the build process.

You could do a svn status on this directory. If it has a ? delete it.

Carol



Sent from my iPhone

On Jan 30, 2013, at 7:46 PM, "Frédéric THOMAS" 
wrote:


Hi Carel,

Then, Could the problem come from the re-sync ?

-Fred

-Message d'origine-
From: Carol Frampton
Sent: Thursday, January 31, 2013 1:44 AM
To: dev@flex.apache.org
Cc: dev@flex.apache.org
Subject: Re: Release target and Batik

There were some changes in this directory for 4.9.  I saw this error 
during

the transition.  I'd delete the batik dir and resync  it and then try to
build again.

Carol

Sent from my iPhone

On Jan 30, 2013, at 7:17 PM, "Alex Harui"  wrote:


Might just be a bug that needs fixing so it ignores a missing folder.
I've
found that Windows ANT is more sensitive to missing folders.  Most of us
use
Macs which seems to ignore missing folders.


On 1/30/13 4:07 PM, "Frédéric THOMAS"  wrote:


Hi,

I was trying to play with the release target but I encountered a 
problem

[1],
before the release target start, I¹ve got lib folder under batik but it
looks
like it removed it during the release, which cause that error.

Can someone help ?

-Fred

[1]
$ ant release
Buildfile: U:\sources\asf\flex\sdk\developRC1\build.xml

check-playerglobal-home:
   [echo] PLAYERGLOBAL_HOME is
U:\sources\asf\flex\sdk\develop\frameworks\libs\player
   [echo] playerglobal.version is 11.1
   [echo] playerglobal.swc is


U:\sources\asf\flex\sdk\develop\frameworks\libs\player/11.1/playerglobal.sw>>>>
c


check-air-home:
   [echo] AIR_HOME is U:\sources\adobe\air\3.4

check-pixelbender-home:
   [echo] PIXELBENDER_HOME is C:\Program Files (x86)\Adobe\Adobe
Utilities -
CS5\Pixel Bender Toolkit 2

check-compile-env:
   [echo] OS: Windows 7 / 6.1 / x86
   [echo] VM: Java HotSpot(TM) Client VM / 20.8-b03
   [echo] Java: 1.6.0_33
   [echo] Ant: Apache Ant(TM) version 1.8.2 compiled on December 20 
2010

Ant
Java Version: 1.6

check-runtime-env:

check-adobe-extension-manager-env:
   [echo] ADOBE_EXTENSION_MANAGER is C:\Program Files (x86)\Adobe\Adobe
Extension Manager CS5\Adobe Extension Manager
CS5.exe

thirdparty-clean:

thirdparty-clean:

batik-jars-clean:

velocity-jars-clean:

clean:

thirdparty-clean:

swfobject-clean:

swfobject-fabridge-clean:

clean-adobe-flex-sdk:

clean:
 [delete] Deleting directory
U:\sources\asf\flex\sdk\developRC1\lib\external\optional

modules-clean:

batik-clean:

init:

BUILD FAILED
U:\sources\asf\flex\sdk\developRC1\build.xml:298: The following error
occurred
while executing this line:
U:\sources\asf\flex\sdk\developRC1\modules\build.xml:170: The following
error
occurred while executing this line:
U:\sources\asf\flex\sdk\developRC1\modules\thirdparty\batik\build.xml:161:
U:\sources\asf\flex\sdk\developRC1\modules\th
irdparty\batik\lib does not exist.

Total time: 1 second


--
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui



--
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui



Re: Release target and Batik

2013-01-30 Thread Carol Frampton
That isn't the right fix since it is in svn.  Something must be cleaning 
/deleting it when it shouldn't be.

Sent from my iPhone

On Jan 30, 2013, at 8:10 PM, "Frédéric THOMAS"  wrote:

> Adding  a  works, it's running, thanks guys :-)
> 
> -Fred
> 
> -Message d'origine- 
> From: Alex Harui
> Sent: Thursday, January 31, 2013 1:56 AM
> To: dev@flex.apache.org
> Subject: Re: Release target and Batik
> 
> It looks like batik/lib is in SVN.  Maybe the fix is to remove it from SVN,
> and add a mkdir for it in the init section of batik's build.xml.  Fred, can
> you try that out?
> 
> 
> On 1/30/13 4:50 PM, "Carol Frampton"  wrote:
> 
>> I don't quite remember. I think the lib dir used to be in svn and now it 
>> is
>> not. It is created and deleted as part of the build process.
>> 
>> You could do a svn status on this directory. If it has a ? delete it.
>> 
>> Carol
>> 
>> 
>> 
>> Sent from my iPhone
>> 
>> On Jan 30, 2013, at 7:46 PM, "Frédéric THOMAS" 
>> wrote:
>> 
>>> Hi Carel,
>>> 
>>> Then, Could the problem come from the re-sync ?
>>> 
>>> -Fred
>>> 
>>> -Message d'origine-
>>> From: Carol Frampton
>>> Sent: Thursday, January 31, 2013 1:44 AM
>>> To: dev@flex.apache.org
>>> Cc: dev@flex.apache.org
>>> Subject: Re: Release target and Batik
>>> 
>>> There were some changes in this directory for 4.9.  I saw this error 
>>> during
>>> the transition.  I'd delete the batik dir and resync  it and then try to
>>> build again.
>>> 
>>> Carol
>>> 
>>> Sent from my iPhone
>>> 
>>> On Jan 30, 2013, at 7:17 PM, "Alex Harui"  wrote:
>>> 
>>>> Might just be a bug that needs fixing so it ignores a missing folder.
>>>> I've
>>>> found that Windows ANT is more sensitive to missing folders.  Most of us
>>>> use
>>>> Macs which seems to ignore missing folders.
>>>> 
>>>> 
>>>> On 1/30/13 4:07 PM, "Frédéric THOMAS"  wrote:
>>>> 
>>>>> Hi,
>>>>> 
>>>>> I was trying to play with the release target but I encountered a 
>>>>> problem
>>>>> [1],
>>>>> before the release target start, I¹ve got lib folder under batik but it
>>>>> looks
>>>>> like it removed it during the release, which cause that error.
>>>>> 
>>>>> Can someone help ?
>>>>> 
>>>>> -Fred
>>>>> 
>>>>> [1]
>>>>> $ ant release
>>>>> Buildfile: U:\sources\asf\flex\sdk\developRC1\build.xml
>>>>> 
>>>>> check-playerglobal-home:
>>>>>   [echo] PLAYERGLOBAL_HOME is
>>>>> U:\sources\asf\flex\sdk\develop\frameworks\libs\player
>>>>>   [echo] playerglobal.version is 11.1
>>>>>   [echo] playerglobal.swc is
> U:\sources\asf\flex\sdk\develop\frameworks\libs\player/11.1/playerglobal.sw>>>>
> c
>>>>> 
>>>>> check-air-home:
>>>>>   [echo] AIR_HOME is U:\sources\adobe\air\3.4
>>>>> 
>>>>> check-pixelbender-home:
>>>>>   [echo] PIXELBENDER_HOME is C:\Program Files (x86)\Adobe\Adobe
>>>>> Utilities -
>>>>> CS5\Pixel Bender Toolkit 2
>>>>> 
>>>>> check-compile-env:
>>>>>   [echo] OS: Windows 7 / 6.1 / x86
>>>>>   [echo] VM: Java HotSpot(TM) Client VM / 20.8-b03
>>>>>   [echo] Java: 1.6.0_33
>>>>>   [echo] Ant: Apache Ant(TM) version 1.8.2 compiled on December 20 
>>>>> 2010
>>>>> Ant
>>>>> Java Version: 1.6
>>>>> 
>>>>> check-runtime-env:
>>>>> 
>>>>> check-adobe-extension-manager-env:
>>>>>   [echo] ADOBE_EXTENSION_MANAGER is C:\Program Files (x86)\Adobe\Adobe
>>>>> Extension Manager CS5\Adobe Extension Manager
>>>>> CS5.exe
>>>>> 
>>>>> thirdparty-clean:
>>>>> 
>>>>> thirdparty-clean:
>>>>> 
>>>>> batik-jars-clean:
>>>>> 
>>>>> velocity-jars-clean:
>>>>> 
>>>>> clean:
>>>>> 
>>>>> thirdparty-clean:
>>>>> 
>>>>> swfobject-clean:
>>>>> 
>>>>> swfobject-fabridge-clean:
>>>>> 
>>>>> clean-adobe-flex-sdk:
>>>>> 
>>>>> clean:
>>>>> [delete] Deleting directory
>>>>> U:\sources\asf\flex\sdk\developRC1\lib\external\optional
>>>>> 
>>>>> modules-clean:
>>>>> 
>>>>> batik-clean:
>>>>> 
>>>>> init:
>>>>> 
>>>>> BUILD FAILED
>>>>> U:\sources\asf\flex\sdk\developRC1\build.xml:298: The following error
>>>>> occurred
>>>>> while executing this line:
>>>>> U:\sources\asf\flex\sdk\developRC1\modules\build.xml:170: The following
>>>>> error
>>>>> occurred while executing this line:
>>>>> U:\sources\asf\flex\sdk\developRC1\modules\thirdparty\batik\build.xml:161:
>>>>> U:\sources\asf\flex\sdk\developRC1\modules\th
>>>>> irdparty\batik\lib does not exist.
>>>>> 
>>>>> Total time: 1 second
>>>> 
>>>> -- 
>>>> Alex Harui
>>>> Flex SDK Team
>>>> Adobe Systems, Inc.
>>>> http://blogs.adobe.com/aharui
> 
> -- 
> Alex Harui
> Flex SDK Team
> Adobe Systems, Inc.
> http://blogs.adobe.com/aharui
> 


Re: Release target and Batik

2013-01-30 Thread Frédéric THOMAS
The modules thirdparty-clean didn't work, it didn't create the lib dir, I 
put it in the init of the batik build, that's fine for you ?


-Fred

-Message d'origine- 
From: Carol Frampton

Sent: Thursday, January 31, 2013 1:59 AM
To: dev@flex.apache.org
Cc: dev@flex.apache.org
Subject: Re: Release target and Batik

It builds on both windows and Mac so I think it is something machine 
specific. Do a modules thirdparty-clean and then rebuild.


Sent from my iPhone

On Jan 30, 2013, at 7:57 PM, "Alex Harui"  wrote:

It looks like batik/lib is in SVN.  Maybe the fix is to remove it from 
SVN,
and add a mkdir for it in the init section of batik's build.xml.  Fred, 
can

you try that out?


On 1/30/13 4:50 PM, "Carol Frampton"  wrote:

I don't quite remember. I think the lib dir used to be in svn and now it 
is

not. It is created and deleted as part of the build process.

You could do a svn status on this directory. If it has a ? delete it.

Carol



Sent from my iPhone

On Jan 30, 2013, at 7:46 PM, "Frédéric THOMAS" 
wrote:


Hi Carel,

Then, Could the problem come from the re-sync ?

-Fred

-Message d'origine-
From: Carol Frampton
Sent: Thursday, January 31, 2013 1:44 AM
To: dev@flex.apache.org
Cc: dev@flex.apache.org
Subject: Re: Release target and Batik

There were some changes in this directory for 4.9.  I saw this error 
during

the transition.  I'd delete the batik dir and resync  it and then try to
build again.

Carol

Sent from my iPhone

On Jan 30, 2013, at 7:17 PM, "Alex Harui"  wrote:


Might just be a bug that needs fixing so it ignores a missing folder.
I've
found that Windows ANT is more sensitive to missing folders.  Most of 
us

use
Macs which seems to ignore missing folders.


On 1/30/13 4:07 PM, "Frédéric THOMAS"  wrote:


Hi,

I was trying to play with the release target but I encountered a 
problem

[1],
before the release target start, I¹ve got lib folder under batik but 
it

looks
like it removed it during the release, which cause that error.

Can someone help ?

-Fred

[1]
$ ant release
Buildfile: U:\sources\asf\flex\sdk\developRC1\build.xml

check-playerglobal-home:
  [echo] PLAYERGLOBAL_HOME is
U:\sources\asf\flex\sdk\develop\frameworks\libs\player
  [echo] playerglobal.version is 11.1
  [echo] playerglobal.swc is

U:\sources\asf\flex\sdk\develop\frameworks\libs\player/11.1/playerglobal.sw>>>>
c


check-air-home:
  [echo] AIR_HOME is U:\sources\adobe\air\3.4

check-pixelbender-home:
  [echo] PIXELBENDER_HOME is C:\Program Files (x86)\Adobe\Adobe
Utilities -
CS5\Pixel Bender Toolkit 2

check-compile-env:
  [echo] OS: Windows 7 / 6.1 / x86
  [echo] VM: Java HotSpot(TM) Client VM / 20.8-b03
  [echo] Java: 1.6.0_33
  [echo] Ant: Apache Ant(TM) version 1.8.2 compiled on December 20 
2010

Ant
Java Version: 1.6

check-runtime-env:

check-adobe-extension-manager-env:
  [echo] ADOBE_EXTENSION_MANAGER is C:\Program Files (x86)\Adobe\Adobe
Extension Manager CS5\Adobe Extension Manager
CS5.exe

thirdparty-clean:

thirdparty-clean:

batik-jars-clean:

velocity-jars-clean:

clean:

thirdparty-clean:

swfobject-clean:

swfobject-fabridge-clean:

clean-adobe-flex-sdk:

clean:
[delete] Deleting directory
U:\sources\asf\flex\sdk\developRC1\lib\external\optional

modules-clean:

batik-clean:

init:

BUILD FAILED
U:\sources\asf\flex\sdk\developRC1\build.xml:298: The following error
occurred
while executing this line:
U:\sources\asf\flex\sdk\developRC1\modules\build.xml:170: The 
following

error
occurred while executing this line:
U:\sources\asf\flex\sdk\developRC1\modules\thirdparty\batik\build.xml:161:
U:\sources\asf\flex\sdk\developRC1\modules\th
irdparty\batik\lib does not exist.

Total time: 1 second


--
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui


--
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui



Re: Release target and Batik

2013-01-30 Thread Carol Frampton
The lib dir should not have to be created. It exists in svn. If it doesn't 
exist then something is incorrectly deleting it.

Sent from my iPhone

On Jan 30, 2013, at 8:16 PM, "Frédéric THOMAS"  wrote:

> The modules thirdparty-clean didn't work, it didn't create the lib dir, I 
> put it in the init of the batik build, that's fine for you ?
> 
> -Fred
> 
> -Message d'origine- 
> From: Carol Frampton
> Sent: Thursday, January 31, 2013 1:59 AM
> To: dev@flex.apache.org
> Cc: dev@flex.apache.org
> Subject: Re: Release target and Batik
> 
> It builds on both windows and Mac so I think it is something machine 
> specific. Do a modules thirdparty-clean and then rebuild.
> 
> Sent from my iPhone
> 
> On Jan 30, 2013, at 7:57 PM, "Alex Harui"  wrote:
> 
>> It looks like batik/lib is in SVN.  Maybe the fix is to remove it from 
>> SVN,
>> and add a mkdir for it in the init section of batik's build.xml.  Fred, 
>> can
>> you try that out?
>> 
>> 
>> On 1/30/13 4:50 PM, "Carol Frampton"  wrote:
>> 
>>> I don't quite remember. I think the lib dir used to be in svn and now it 
>>> is
>>> not. It is created and deleted as part of the build process.
>>> 
>>> You could do a svn status on this directory. If it has a ? delete it.
>>> 
>>> Carol
>>> 
>>> 
>>> 
>>> Sent from my iPhone
>>> 
>>> On Jan 30, 2013, at 7:46 PM, "Frédéric THOMAS" 
>>> wrote:
>>> 
>>>> Hi Carel,
>>>> 
>>>> Then, Could the problem come from the re-sync ?
>>>> 
>>>> -Fred
>>>> 
>>>> -Message d'origine-
>>>> From: Carol Frampton
>>>> Sent: Thursday, January 31, 2013 1:44 AM
>>>> To: dev@flex.apache.org
>>>> Cc: dev@flex.apache.org
>>>> Subject: Re: Release target and Batik
>>>> 
>>>> There were some changes in this directory for 4.9.  I saw this error 
>>>> during
>>>> the transition.  I'd delete the batik dir and resync  it and then try to
>>>> build again.
>>>> 
>>>> Carol
>>>> 
>>>> Sent from my iPhone
>>>> 
>>>> On Jan 30, 2013, at 7:17 PM, "Alex Harui"  wrote:
>>>> 
>>>>> Might just be a bug that needs fixing so it ignores a missing folder.
>>>>> I've
>>>>> found that Windows ANT is more sensitive to missing folders.  Most of 
>>>>> us
>>>>> use
>>>>> Macs which seems to ignore missing folders.
>>>>> 
>>>>> 
>>>>> On 1/30/13 4:07 PM, "Frédéric THOMAS"  wrote:
>>>>> 
>>>>>> Hi,
>>>>>> 
>>>>>> I was trying to play with the release target but I encountered a 
>>>>>> problem
>>>>>> [1],
>>>>>> before the release target start, I¹ve got lib folder under batik but 
>>>>>> it
>>>>>> looks
>>>>>> like it removed it during the release, which cause that error.
>>>>>> 
>>>>>> Can someone help ?
>>>>>> 
>>>>>> -Fred
>>>>>> 
>>>>>> [1]
>>>>>> $ ant release
>>>>>> Buildfile: U:\sources\asf\flex\sdk\developRC1\build.xml
>>>>>> 
>>>>>> check-playerglobal-home:
>>>>>>  [echo] PLAYERGLOBAL_HOME is
>>>>>> U:\sources\asf\flex\sdk\develop\frameworks\libs\player
>>>>>>  [echo] playerglobal.version is 11.1
>>>>>>  [echo] playerglobal.swc is
>> U:\sources\asf\flex\sdk\develop\frameworks\libs\player/11.1/playerglobal.sw>>>>
>> c
>>>>>> 
>>>>>> check-air-home:
>>>>>>  [echo] AIR_HOME is U:\sources\adobe\air\3.4
>>>>>> 
>>>>>> check-pixelbender-home:
>>>>>>  [echo] PIXELBENDER_HOME is C:\Program Files (x86)\Adobe\Adobe
>>>>>> Utilities -
>>>>>> CS5\Pixel Bender Toolkit 2
>>>>>> 
>>>>>> check-compile-env:
>>>>>>  [echo] OS: Windows 7 / 6.1 / x86
>>>>>>  [echo] VM: Java HotSpot(TM) Client VM / 20.8-b03
>>>>>>  [echo] Java: 1.6.0_33
>>>>>>  [echo] Ant: Apache Ant(TM) version 1.8.2 compiled on Decem

Re: Release target and Batik

2013-01-30 Thread Alex Harui
Yeah, but why not delete it from SVN?  There are no files in it.


On 1/30/13 5:17 PM, "Carol Frampton"  wrote:

> The lib dir should not have to be created. It exists in svn. If it doesn't
> exist then something is incorrectly deleting it.
> 
> Sent from my iPhone
> 
> On Jan 30, 2013, at 8:16 PM, "Frédéric THOMAS" 
> wrote:
> 
>> The modules thirdparty-clean didn't work, it didn't create the lib dir, I
>> put it in the init of the batik build, that's fine for you ?
>> 
>> -Fred
>> 
>> -Message d'origine-
>> From: Carol Frampton
>> Sent: Thursday, January 31, 2013 1:59 AM
>> To: dev@flex.apache.org
>> Cc: dev@flex.apache.org
>> Subject: Re: Release target and Batik
>> 
>> It builds on both windows and Mac so I think it is something machine
>> specific. Do a modules thirdparty-clean and then rebuild.
>> 
>> Sent from my iPhone
>> 
>> On Jan 30, 2013, at 7:57 PM, "Alex Harui"  wrote:
>> 
>>> It looks like batik/lib is in SVN.  Maybe the fix is to remove it from
>>> SVN,
>>> and add a mkdir for it in the init section of batik's build.xml.  Fred,
>>> can
>>> you try that out?
>>> 
>>> 
>>> On 1/30/13 4:50 PM, "Carol Frampton"  wrote:
>>> 
>>>> I don't quite remember. I think the lib dir used to be in svn and now it
>>>> is
>>>> not. It is created and deleted as part of the build process.
>>>> 
>>>> You could do a svn status on this directory. If it has a ? delete it.
>>>> 
>>>> Carol
>>>> 
>>>> 
>>>> 
>>>> Sent from my iPhone
>>>> 
>>>> On Jan 30, 2013, at 7:46 PM, "Frédéric THOMAS" 
>>>> wrote:
>>>> 
>>>>> Hi Carel,
>>>>> 
>>>>> Then, Could the problem come from the re-sync ?
>>>>> 
>>>>> -Fred
>>>>> 
>>>>> -Message d'origine-
>>>>> From: Carol Frampton
>>>>> Sent: Thursday, January 31, 2013 1:44 AM
>>>>> To: dev@flex.apache.org
>>>>> Cc: dev@flex.apache.org
>>>>> Subject: Re: Release target and Batik
>>>>> 
>>>>> There were some changes in this directory for 4.9.  I saw this error
>>>>> during
>>>>> the transition.  I'd delete the batik dir and resync  it and then try to
>>>>> build again.
>>>>> 
>>>>> Carol
>>>>> 
>>>>> Sent from my iPhone
>>>>> 
>>>>> On Jan 30, 2013, at 7:17 PM, "Alex Harui"  wrote:
>>>>> 
>>>>>> Might just be a bug that needs fixing so it ignores a missing folder.
>>>>>> I've
>>>>>> found that Windows ANT is more sensitive to missing folders.  Most of
>>>>>> us
>>>>>> use
>>>>>> Macs which seems to ignore missing folders.
>>>>>> 
>>>>>> 
>>>>>> On 1/30/13 4:07 PM, "Frédéric THOMAS"  wrote:
>>>>>> 
>>>>>>> Hi,
>>>>>>> 
>>>>>>> I was trying to play with the release target but I encountered a
>>>>>>> problem
>>>>>>> [1],
>>>>>>> before the release target start, I¹ve got lib folder under batik but
>>>>>>> it
>>>>>>> looks
>>>>>>> like it removed it during the release, which cause that error.
>>>>>>> 
>>>>>>> Can someone help ?
>>>>>>> 
>>>>>>> -Fred
>>>>>>> 
>>>>>>> [1]
>>>>>>> $ ant release
>>>>>>> Buildfile: U:\sources\asf\flex\sdk\developRC1\build.xml
>>>>>>> 
>>>>>>> check-playerglobal-home:
>>>>>>>  [echo] PLAYERGLOBAL_HOME is
>>>>>>> U:\sources\asf\flex\sdk\develop\frameworks\libs\player
>>>>>>>  [echo] playerglobal.version is 11.1
>>>>>>>  [echo] playerglobal.swc is
>>> U:\sources\asf\flex\sdk\develop\frameworks\libs\player/11.1/playerglobal.sw>
>>> >>>
>>> c
>>>>>>> 
>>>>>>> check-air-home:
>>>>>>>  [echo] AIR_HOME is U:\sources\adobe\air\3.4
>>

Re: Release target and Batik

2013-01-30 Thread Frédéric THOMAS
Yes, sounds logical, I checked the Ant files to see where it could happen 
without success.


-Fred

-Message d'origine- 
From: Carol Frampton

Sent: Thursday, January 31, 2013 2:17 AM
To: dev@flex.apache.org
Cc: dev@flex.apache.org
Subject: Re: Release target and Batik

The lib dir should not have to be created. It exists in svn. If it doesn't 
exist then something is incorrectly deleting it.


Sent from my iPhone

On Jan 30, 2013, at 8:16 PM, "Frédéric THOMAS"  
wrote:



The modules thirdparty-clean didn't work, it didn't create the lib dir, I
put it in the init of the batik build, that's fine for you ?

-Fred

-Message d'origine- 
From: Carol Frampton

Sent: Thursday, January 31, 2013 1:59 AM
To: dev@flex.apache.org
Cc: dev@flex.apache.org
Subject: Re: Release target and Batik

It builds on both windows and Mac so I think it is something machine
specific. Do a modules thirdparty-clean and then rebuild.

Sent from my iPhone

On Jan 30, 2013, at 7:57 PM, "Alex Harui"  wrote:


It looks like batik/lib is in SVN.  Maybe the fix is to remove it from
SVN,
and add a mkdir for it in the init section of batik's build.xml.  Fred,
can
you try that out?


On 1/30/13 4:50 PM, "Carol Frampton"  wrote:


I don't quite remember. I think the lib dir used to be in svn and now it
is
not. It is created and deleted as part of the build process.

You could do a svn status on this directory. If it has a ? delete it.

Carol



Sent from my iPhone

On Jan 30, 2013, at 7:46 PM, "Frédéric THOMAS" 
wrote:


Hi Carel,

Then, Could the problem come from the re-sync ?

-Fred

-Message d'origine-
From: Carol Frampton
Sent: Thursday, January 31, 2013 1:44 AM
To: dev@flex.apache.org
Cc: dev@flex.apache.org
Subject: Re: Release target and Batik

There were some changes in this directory for 4.9.  I saw this error
during
the transition.  I'd delete the batik dir and resync  it and then try 
to

build again.

Carol

Sent from my iPhone

On Jan 30, 2013, at 7:17 PM, "Alex Harui"  wrote:


Might just be a bug that needs fixing so it ignores a missing folder.
I've
found that Windows ANT is more sensitive to missing folders.  Most of
us
use
Macs which seems to ignore missing folders.


On 1/30/13 4:07 PM, "Frédéric THOMAS"  wrote:


Hi,

I was trying to play with the release target but I encountered a
problem
[1],
before the release target start, I¹ve got lib folder under batik but
it
looks
like it removed it during the release, which cause that error.

Can someone help ?

-Fred

[1]
$ ant release
Buildfile: U:\sources\asf\flex\sdk\developRC1\build.xml

check-playerglobal-home:
 [echo] PLAYERGLOBAL_HOME is
U:\sources\asf\flex\sdk\develop\frameworks\libs\player
 [echo] playerglobal.version is 11.1
 [echo] playerglobal.swc is

U:\sources\asf\flex\sdk\develop\frameworks\libs\player/11.1/playerglobal.sw>>>>
c


check-air-home:
 [echo] AIR_HOME is U:\sources\adobe\air\3.4

check-pixelbender-home:
 [echo] PIXELBENDER_HOME is C:\Program Files (x86)\Adobe\Adobe
Utilities -
CS5\Pixel Bender Toolkit 2

check-compile-env:
 [echo] OS: Windows 7 / 6.1 / x86
 [echo] VM: Java HotSpot(TM) Client VM / 20.8-b03
 [echo] Java: 1.6.0_33
 [echo] Ant: Apache Ant(TM) version 1.8.2 compiled on December 20
2010
Ant
Java Version: 1.6

check-runtime-env:

check-adobe-extension-manager-env:
 [echo] ADOBE_EXTENSION_MANAGER is C:\Program Files (x86)\Adobe\Adobe
Extension Manager CS5\Adobe Extension Manager
CS5.exe

thirdparty-clean:

thirdparty-clean:

batik-jars-clean:

velocity-jars-clean:

clean:

thirdparty-clean:

swfobject-clean:

swfobject-fabridge-clean:

clean-adobe-flex-sdk:

clean:
[delete] Deleting directory
U:\sources\asf\flex\sdk\developRC1\lib\external\optional

modules-clean:

batik-clean:

init:

BUILD FAILED
U:\sources\asf\flex\sdk\developRC1\build.xml:298: The following error
occurred
while executing this line:
U:\sources\asf\flex\sdk\developRC1\modules\build.xml:170: The
following
error
occurred while executing this line:
U:\sources\asf\flex\sdk\developRC1\modules\thirdparty\batik\build.xml:161:
U:\sources\asf\flex\sdk\developRC1\modules\th
irdparty\batik\lib does not exist.

Total time: 1 second


--
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui


--
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui



Re: Release target and Batik

2013-01-30 Thread Justin Mclean
Hi,

If you don't have the lib directory then perhaps you don't have a full SVN 
checkout? Try a full checkout.

Also I think that in order to do a ant release you need to do an ordinary ant 
main first. Take a look at the build_release script in the release_build 
directory.

Hope that helps,
Justin

Re: Release target and Batik

2013-01-30 Thread Frédéric THOMAS

Hi Justin,

I did a full checkout and had the lib dir and did a first build before I 
tryied a release from a copy of this built develop branch, the problem id 
that the lib dir is deleted at some point during the release and before the 
init of the batik build which except it to be present.


-Fred

-Message d'origine- 
From: Justin Mclean

Sent: Thursday, January 31, 2013 2:37 AM
To: dev@flex.apache.org
Subject: Re: Release target and Batik

Hi,

If you don't have the lib directory then perhaps you don't have a full SVN 
checkout? Try a full checkout.


Also I think that in order to do a ant release you need to do an ordinary 
ant main first. Take a look at the build_release script in the release_build 
directory.


Hope that helps,
Justin 



Re: Release target and Batik

2013-01-30 Thread Frédéric THOMAS
Justin, btw, when the build_release script is supposed to called ? do I have 
to call it by manualy ? (I only ran an ant release)


-Fred


-Message d'origine- 
From: Justin Mclean

Sent: Thursday, January 31, 2013 2:37 AM
To: dev@flex.apache.org
Subject: Re: Release target and Batik

Hi,

If you don't have the lib directory then perhaps you don't have a full SVN 
checkout? Try a full checkout.


Also I think that in order to do a ant release you need to do an ordinary 
ant main first. Take a look at the build_release script in the release_build 
directory.


Hope that helps,
Justin 



Re: Release target and Batik

2013-01-30 Thread Justin Mclean
Hi,

> Justin, btw, when the build_release script is supposed to called ? do I have 
> to call it by manualy ?
You can make a release by hand but the script helps speed up the process.

There information on making a release here that is reasonably up to date:
https://cwiki.apache.org/FLEX/release-guide-for-the-sdk.html

I think it's only missing that a release (once checked voted on) is now 
committed to SVN rather than scped.

Justin

Re: Release target and Batik

2013-01-30 Thread Frédéric THOMAS
In my case I didn't want to do a full release with build number and others, 
I needed it only to mavenized it as a snapshot but I read the wiki link and 
found it very well done, thanks.


Fred.

-Message d'origine- 
From: Justin Mclean

Sent: Thursday, January 31, 2013 3:03 AM
To: dev@flex.apache.org
Subject: Re: Release target and Batik

Hi,

Justin, btw, when the build_release script is supposed to called ? do I 
have to call it by manualy ?

You can make a release by hand but the script helps speed up the process.

There information on making a release here that is reasonably up to date:
https://cwiki.apache.org/FLEX/release-guide-for-the-sdk.html

I think it's only missing that a release (once checked voted on) is now 
committed to SVN rather than scped.


Justin 



Re: Release target and Batik

2013-02-01 Thread Frédéric THOMAS

Hi,

I haven't been able to find why the batik/lib folder was deleted launching a 
release (I'm not an Ant guy anyway), maybe someone could have a look, just 
wonder as well, does it work on jenkins ? the solution proposed by Alex and 
I applied was to remove the batik/lib folder from the filesystem and create 
it at batik build time, it works but stiil, it doesn't tell me why it was 
deleted, should I commit that anyway ?


-Fred

-Message d'origine- 
From: Frédéric THOMAS

Sent: Thursday, January 31, 2013 3:17 AM
To: dev@flex.apache.org
Subject: Re: Release target and Batik

In my case I didn't want to do a full release with build number and others,
I needed it only to mavenized it as a snapshot but I read the wiki link and
found it very well done, thanks.

Fred.

-Message d'origine- 
From: Justin Mclean

Sent: Thursday, January 31, 2013 3:03 AM
To: dev@flex.apache.org
Subject: Re: Release target and Batik

Hi,

Justin, btw, when the build_release script is supposed to called ? do I 
have to call it by manualy ?

You can make a release by hand but the script helps speed up the process.

There information on making a release here that is reasonably up to date:
https://cwiki.apache.org/FLEX/release-guide-for-the-sdk.html

I think it's only missing that a release (once checked voted on) is now
committed to SVN rather than scped.

Justin



Re: Release target and Batik

2013-02-01 Thread Alex Harui
Ok with me.

Sent from my Motorola ATRIX™ 4G on AT&T


-Original message-
From: "Frédéric THOMAS" 
To: "dev@flex.apache.org" 
Sent: Fri, Feb 1, 2013 12:52:35 GMT+00:00
Subject: Re: Release target and Batik

Hi,

I haven't been able to find why the batik/lib folder was deleted launching a
release (I'm not an Ant guy anyway), maybe someone could have a look, just
wonder as well, does it work on jenkins ? the solution proposed by Alex and
I applied was to remove the batik/lib folder from the filesystem and create
it at batik build time, it works but stiil, it doesn't tell me why it was
deleted, should I commit that anyway ?

-Fred

-Message d'origine-
From: Frédéric THOMAS
Sent: Thursday, January 31, 2013 3:17 AM
To: dev@flex.apache.org
Subject: Re: Release target and Batik

In my case I didn't want to do a full release with build number and others,
I needed it only to mavenized it as a snapshot but I read the wiki link and
found it very well done, thanks.

Fred.

-Message d'origine-
From: Justin Mclean
Sent: Thursday, January 31, 2013 3:03 AM
To: dev@flex.apache.org
Subject: Re: Release target and Batik

Hi,

> Justin, btw, when the build_release script is supposed to called ? do I
> have to call it by manualy ?
You can make a release by hand but the script helps speed up the process.

There information on making a release here that is reasonably up to date:
https://cwiki.apache.org/FLEX/release-guide-for-the-sdk.html

I think it's only missing that a release (once checked voted on) is now
committed to SVN rather than scped.

Justin