Thanks Gary,

It will take a couple of days to prepare the changes - understanding
that 2.7.2 is not yet available except as a snapshot from the {SVN}.

I will keep the group posted, and temporarily post proposed changes
to my developer website for review.

  http://people.apache.org/~shathaway

Sincerely,
Steven J. Hathaway
Xalan Documentation Project

> The version of the published site should be 2.7.1 or 2.7.2-SNAPSHOT
> IMO. 272 is not out yet so calling the site 272 would be confusing for
> 271 users if 272 ends up with changes that are not available in 271
> which unlikely but still.
>
> I'll try to look at the java side tonight or tomorrow.
>
> Gary
>
> On Aug 26, 2012, at 12:18, "[email protected]" <[email protected]> wrote:
>
>> Xalan Java - Version Edit (Currently 2.7.1)
>>
>> JAVA project version information may be found in the following {SVN}
>> tree.
>> {SVN}/xalan/java/trunk/src/
>>
>> org/apache/xml/serializer/Version.java
>> org/apache/xml/serializer/Version.src
>>
>> org/apache/xalan/processor/XSLProcessorVersion.src
>>
>> org/apache/xalan/Version.java
>> org/apache/xalan/Version.src
>>
>> IMHO The "*Version.java" files need to be updated to version 2.7.2.
>>
>> Question 1:  I am unsure how the *.src files are being used.  Are they
>> only documentation for the *.java sources?
>>
>> Question 2:  I am unsure how the manifest information is obtained
>> to resolve the @class.variable@ references and their assignment.
>> Is this information somehow obtained using the ANT environment?
>>
>> I will edit the current xalan-j website to indicate version 2.7.2.
>>
>> The {SVN}/java/trunk should be edited to indicate either 2.7.2 or
>> 2.7.D2.  This is your preference.  I spend my time in the 'C' world.
>>
>> Shall I make the {SVN}/java/trunk edits to the *Version.java source
>> files to indicate version 2.7.2? [Comments Please]
>>
>> Sincerely,
>> Steven J. Hathaway
>> Xalan Documentation Project
>>
>> ----------------------------------------------
>> My Annotation of *Version.java files:
>>
>>
>> org/apache/xml/serializer/Version.java
>>   getProduct() = "Serializer";
>>   getImplementationLanguage() = "Java";
>>   getMajorVersionNumber() = 2;
>>   getReleaseVersionNumber() = 7;
>>   getMaintenanceVersionNum() = 1;  *** (2)
>>   getDevelopmentVersionNum() = 0;
>>   getVersion() = "Serializer Java 2.7.1"
>>   {
>>      if getDevelopmentVersoinNum() > 0
>>         return "Serializer Java 2.7.D" + getDevelopmentVersionNum();
>>      else
>>         return "Serializer Java 2.7." + getMaintenanceVersionNum();
>>   }
>>
>> org/apache/xml/serializer/Version.src
>>   getProduct() = "Xalan"
>>   getImplementationLanguage() = "Java"
>>   getMajorVersionNum() = @version.VERSION@;
>>   getRelaseVersionNum() = @version.RELEASE@;
>>   getMaintenanceVersionNum() = @version.MINOR@;
>>   getDevelopmentVersionNum() = @version.DEVELOPER@;
>>   getVersion()
>>   {
>>      if getDevelopmentVersoinNum() > 0
>>         return "Serializer Java 2.7.D" + getDevelopmentVersionNum();
>>      else
>>         return "Serializer 2.7." + getMaintenanceVersionNum();
>>   }
>>
>> org/apache/xalan/processor/XSLProcessorVersion.src
>>   PRODUCT = "Xalan";
>>   LANGUAGE = "Java";
>>   VERSION = @version.VERSION@;
>>   RELEASE = @version.RELEASE@;
>>   MAINTENANCE = @version.MINOR@;
>>   DEVELOPMENT = 0;
>>
>> org/apache/xalan/Version.java
>>   getProduct() = "Xalan";
>>   getImplementationLanguage() = "Java";
>>   getMajorVersionNum() = 2;
>>   getRelaseVersionNum() = 7;
>>   getMaintenanceVersionNum() = 1;   *** (2)
>>   getDevelopmentVersionNum() = 0;
>>   getVersion() = "Xalan Java 2.7.1"
>>   {
>>      if getDevelopmentVersoinNum() > 0
>>         return "Xalan Java 2.7.D" + getDevelopmentVersionNum();
>>      else
>>         return "Xalan Java 2.7." + getMaintenanceVersionNum();
>>   }
>>
>> org/apache/xalan/Version.src
>>   getProduct() = "Xalan"
>>   getImplementationLanguage() = "Java"
>>   getMajorVersionNum() = @version.VERSION@;
>>   getRelaseVersionNum() = @version.RELEASE@;
>>   getMaintenanceVersionNum() = @version.MINOR@;
>>   getDevelopmentVersionNum() = @version.DEVELOPER@;
>>   getVersion()
>>   {
>>      if getDevelopmentVersoinNum() > 0
>>         return "Xalan Java 2.7.D" + getDevelopmentVersionNum();
>>      else
>>         return "Xalan Java 2.7." + getMaintenanceVersionNum();
>>   }
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected]
>> For additional commands, e-mail: [email protected]
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to