You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by Frédéric THOMAS <we...@hotmail.com> on 2013/01/31 01:07:45 UTC

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

Posted by Frédéric THOMAS <we...@hotmail.com>.
yeah, from the develop branch.

Develop/build :
<target name="super-clean" depends="thirdparty-clean,clean" 
description="Cleans everything including thirdparty downloads."/>

    <target name="thirdparty-clean" description="Removes all thirdparty 
downloads.">
        <ant dir="${basedir}/modules" target="thirdparty-clean"/>
        <ant dir="${basedir}/frameworks" target="thirdparty-clean"/>
    </target>


modules/build:
<target name="thirdparty-clean" description="Removes all thirdparty JAR 
downloads.">
        <ant antfile="${basedir}/downloads.xml" target="clean" 
dir="${basedir}"/>
    </target>


downloads.xml:
<target name="batik-jars-clean">
        <!-- leave the lib directory itself since batik build.xml expects 
it -->
        <delete includeEmptyDirs="true" failonerror="false">
            <fileset dir="${basedir}/${batik.dir}/lib">
                <include name="**/**"/>
            </fileset>
        </delete>
        <delete includeEmptyDirs="true" failonerror="fasle">
            <fileset dir="${download.dir}">
                <include name="batik*/**"/>
            </fileset>
        </delete>
    </target>


in batik build:
<path id="libs-build-classpath">
      <fileset dir="lib/build">
        <include name="stylebook*.jar"/>
      </fileset>
      <fileset dir="lib">
        <include name="xalan*.jar"/>
        <include name="xerces*.jar"/>
        <include name="xml-apis.jar"/>
        <include name="xml-apis-ext.jar"/>
      </fileset>
    </path>

    <available property="rhino.present" 
classname="org.mozilla.javascript.Context">
      <classpath refid="libs-classpath"/>
    </available>

-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" <we...@hotmail.com> wrote:

> Actually, in the modules/download.xml, there's <delete
> 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

Posted by Alex Harui <ah...@adobe.com>.
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" <we...@hotmail.com> wrote:

> Actually, in the modules/download.xml, there's <delete
> 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

Posted by Frédéric THOMAS <we...@hotmail.com>.
Actually, in the modules/download.xml, there's <delete 
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

Posted by Frédéric THOMAS <we...@hotmail.com>.
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" <we...@hotmail.com> 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

Posted by Carol Frampton <cf...@adobe.com>.
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" <we...@hotmail.com> wrote:

> Adding  a <mkdir dir="lib"/> 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" <cf...@adobe.com> 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" <we...@hotmail.com>
>> 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" <ah...@adobe.com> 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" <we...@hotmail.com> 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

Posted by Frédéric THOMAS <we...@hotmail.com>.
Adding  a <mkdir dir="lib"/> 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" <cf...@adobe.com> 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" <we...@hotmail.com>
> 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" <ah...@adobe.com> 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" <we...@hotmail.com> 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

Posted by Frédéric THOMAS <we...@hotmail.com>.
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

Posted by Frédéric THOMAS <we...@hotmail.com>.
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

Posted by Frédéric THOMAS <we...@hotmail.com>.
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

Posted by Justin Mclean <ju...@classsoftware.com>.
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

Posted by Frédéric THOMAS <we...@hotmail.com>.
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

Posted by Justin Mclean <ju...@classsoftware.com>.
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

Posted by Frédéric THOMAS <we...@hotmail.com>.
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" <we...@hotmail.com> 
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" <ah...@adobe.com> 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" <cf...@adobe.com> 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" <we...@hotmail.com>
>>> 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" <ah...@adobe.com> 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" <we...@hotmail.com> 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

Posted by Alex Harui <ah...@adobe.com>.
Yeah, but why not delete it from SVN?  There are no files in it.


On 1/30/13 5:17 PM, "Carol Frampton" <cf...@adobe.com> 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" <we...@hotmail.com>
> 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" <ah...@adobe.com> 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" <cf...@adobe.com> 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" <we...@hotmail.com>
>>>> 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" <ah...@adobe.com> 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" <we...@hotmail.com> 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:16
>>>>>>> 1:
>>>>>>> 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
>>> 

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


Re: Release target and Batik

Posted by Carol Frampton <cf...@adobe.com>.
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" <we...@hotmail.com> 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" <ah...@adobe.com> 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" <cf...@adobe.com> 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" <we...@hotmail.com>
>>> 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" <ah...@adobe.com> 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" <we...@hotmail.com> 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

Posted by Frédéric THOMAS <we...@hotmail.com>.
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" <ah...@adobe.com> 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" <cf...@adobe.com> 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" <we...@hotmail.com>
>> 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" <ah...@adobe.com> 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" <we...@hotmail.com> 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

Posted by Carol Frampton <cf...@adobe.com>.
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" <ah...@adobe.com> 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" <cf...@adobe.com> 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" <we...@hotmail.com>
>> 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" <ah...@adobe.com> 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" <we...@hotmail.com> 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

Posted by Alex Harui <ah...@adobe.com>.
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" <cf...@adobe.com> 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" <we...@hotmail.com>
> 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" <ah...@adobe.com> 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" <we...@hotmail.com> 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

Posted by Carol Frampton <cf...@adobe.com>.
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" <we...@hotmail.com> 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" <ah...@adobe.com> 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" <we...@hotmail.com> 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

Posted by Frédéric THOMAS <we...@hotmail.com>.
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" <ah...@adobe.com> 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" <we...@hotmail.com> 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

Posted by Carol Frampton <cf...@adobe.com>.
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" <ah...@adobe.com> 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" <we...@hotmail.com> 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

Posted by Alex Harui <ah...@adobe.com>.
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" <we...@hotmail.com> 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